Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #164483
    tagadose
    Participant

    The header url text/link is covered by the logo/menu area. Same thing happens to the “images” of the sliders. The logo/menu is covering almost top half of it — http://www.mgnystudio.com.

    #164529
    sapana
    Participant

    @tagadose: Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .site-header-main {
        padding: 0 4px 0 4px !important;
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #164842
    tagadose
    Participant

    did not help when i have my logo added as part of site identity.

    #164885
    sapana
    Participant

    @tagadose: Can you please add the logo in your site and use the small logo size as far as possible,let’s see how it looks and I will provide you with the additional CSS code if it is possible.

    Kind Regards,
    Sapana

    #164929
    tagadose
    Participant

    Please check now. I have enabled logo and it’s covering up the “header button” when phone is in portrait mode.

    #164936
    sapana
    Participant

    @tagadose: Go to=> Appearance=> Customize=> Additional CSS=> Add the following CSS code

    .custom-logo {
        max-width: 120px;
    }
    .navigation-classic .site-navigation a {
        padding: 26px 15px;
       }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #164946
    tagadose
    Participant

    the padding seem not to help much, but when i edited the max-width of logo to 90px, it at least showed the header button.

    maybe there is a way to reduce the “top” space of the logo?

    #164948
    sapana
    Participant

    @tagadose: Logo’s Padding and margin is already at zero so there is no any top space to reduce. From my end your site looks perfectly fine. Let me know if you face any other issue and queries.

    Kind Regards,
    Sapana

    #164965
    tagadose
    Participant

    Thank you. Can the footer be hidden (just like removing it in Pro)? I tried this, but it’s not working:

    #site-details .theme-name,
    #site-details .theme-author {
    display: none;
    }

    #165072
    sapana
    Participant

    @tagadose: If you want to hide the whole section then it is possible using the additional CSS but if you want to hide theme name and author name then it is quite difficult so I suggest you to upgrade to pro. Let me know what exactly you are looking for?

    Kind Regards,
    Sapana

    #165175
    tagadose
    Participant

    what’s the css to hide? thanks in advance.

    #165235
    sapana
    Participant

    @tagadose: Go to=> Appearance=> Customize=> Additional CSS=> add the following CSS code

    .footer-bottom {
        display: none;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #166171
    tagadose
    Participant

    Thank you. How do I resize my Title/Tag fonts?

    #166204
    sapana
    Participant

    @tagadose: Go to=> Appearance=> Customize=> Additional CSS => add the following css

    .site-title {
        font-size: 20px;
    }

    You can change the font size as per your requirement.Let me know if this works out!

    Kind Regards,
    Sapana

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘header not showing up correctly on mobile’ is closed to new replies.