badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Custom mobile template

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #77553
    lucasmulhoa
    Participant

    Hello guys,

    I’m very happy to use the Newscard Pro theme. It’s very nice and beautiful, but, I have some questions about the theme.

    In mobile view, the featured slider stays the photo with resolution 4:4 (square), not 4:3 (retangular) as original photos. So, the photo is cut. Is possible to change this to show the original resolution of the photos in this sliders?

    Other point at mobile view, between the Header/Logo and “Top Stories”, has a bar with a magnifying glass to search posts. But, is possible to transfer to Top Bar and remove this bar? Or, just remove this?

    My website is http://www.contatoradar.com.br

    I will be very grateful for your help with this magnifique theme.

    Lucas

    #77567

    Hi lucasmulhoa,

    Thank you for loving our Theme and appreciating our hard work 😉

    But You need to hire a developer to shift the Search Element to Top Info Bar. The bar having Search Element is actually for Navigation Menu Element.
    Since you haven’t used to show any menu items so we can provide the CSS code to hide the bar. So to hide the Navigation Bar and change the height(ratio) percent of Feature Slider, Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    .navigation-bar {
    	display: none;
    }
    @media (max-width: 575px) {
    	.featured-section .featured-slider .post-block .post-img-wrap:before,
    	.featured-section .col-12 .featured-slider .post-block .post-img-wrap:before {
    		padding-top: 60%;
    	}
    }

    Thanks

    #77577
    lucasmulhoa
    Participant

    It’s all perfect!
    Just some one question. After the change the CCS, the categories is over the photos. Is possible to hide the categories just in Feature Slider?

    Feature Slider

    Thank you again!

    #77579

    Pleae again go to the ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code just after the end of the previous Provided code.

    @media (max-width: 575px) {
    	.featured-section .featured-slider .post-block .entry-meta.category-meta {
    		display: none;
    	}
    }

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.