• Hi Sr,
    Can you check my site on mobile display?
    Or you can see this screenshoot from my phone : https://ibb.co/DYYmhws
    The site title on header seems to cover the header image.

    But if i hidden the title (the is a setting on customize themes > checkbox), on desktop display the header become “short”.
    See this screenshoot (on desktop display) : https://ibb.co/rw2P8BP

    Is there a way to remove the site title on the desktop, but keep the header image size?
    Thank you before 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author themeansar

    (@themeansar)

    Hi,

    Thanks for contacting us,

    For this add the below css code in additional css filed (Theme Dashboard >> appearance >> customize)

    .mg-nav-widget-area-back .inner
    {
    	padding: 100px 0 !important;
    }

    Change the value according to your need

    Thanks

    Thread Starter sanman89

    (@sanman89)

    Wow. That’s great! Thankyou very much, sr!

    i have one question again. This is the screenshoot on mobile display (on article body) : https://ibb.co/z4xmP3P

    it looks like the theme display is NOT FULL on the phone screen. There is a gap of 5mm on both sides. Can you make it appear 100% full on the phone screen?

    Theme Author themeansar

    (@themeansar)

    Hi,

    For this add the below css code in additional css filed

    @media screen and (min-width: 240px) and (max-width: 1179px) {
    .col-md-9 {
        padding-right: 0px !important; 
        padding-left: 0px !important;
    }
    }

    Any confusion lets know

    Thanks

    Thread Starter sanman89

    (@sanman89)

    Sr, anyway to reduce title font? I think the title font size is too big. What is the current font size?

    Theme Author themeansar

    (@themeansar)

    HI,

    Please indicate screenshot image, we will check and assist you better

    Thanks

    Thread Starter sanman89

    (@sanman89)

    The article title.

    https://ibb.co/MPQqVbz

    Theme Author themeansar

    (@themeansar)

    Hi,

    For this add the below css code in additional css filed

    .mg-blog-post-box .mg-header h1 {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    Change the value according to your need

    Glad to know it worked for you.

    We would really appreciate if you could provide us a review here:
    https://wordpress.org/support/theme/newsup/reviews/#new-post

    If you have any more questions, feel free to ask again!

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Site Title & Tagline on Header’ is closed to new replies.