Home Forums Pro Themes Blog Pro Header style (Smooth blog pro)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #185846
    alvaruus2
    Participant

    If I maeke the menu sticky and start scrolling the menu is changing the colour and size. How can I change the sticky meny colour and how can I change the size of the menu because right now the logo that is on the menu will go out of the sticky meny boundaries. Otherwise looks ok on the normal menu if it is not scrolling.

    #185850
    sanam
    Keymaster

    Hello @ALVARUUS2, Please add this CSS in the Additional CSS

    @media screen and (min-width: 1025px) {
    .menu-sticky .nav-shrink nav#site-navigation {
    background-color: unset;
    position: unset;
    }
    .menu-sticky #masthead.nav-shrink {
    position: fixed;
    }
    }

    Go to Customizer >> Appearance >> Additional CSS, paste the above CSS, and publish the site.

    Regards,
    Sanam

    #185854
    alvaruus2
    Participant

    Hi!

    This didnt work. Please see the site URL. https://tassitais.ee/koduleht/

    #185863
    sanam
    Keymaster

    Hi,

    Please use the below CSS instead and change the color or padding as per your requirements.

    .menu-sticky .nav-shrink nav#site-navigation {
    background-color: #fff;
    }

    @media screen and (min-width: 1025px){
    .menu-sticky .nav-shrink #site-navigation {
    padding: 20px 0;
    }
    }

    As for the other issues that you have mentioned. Seems like it’s working fine on our side. you might wanna update the theme to it’s latest version.

    Also, please send us your site login credentials through our contact form ” https://themepalace.com/contact-us/ so that we can look into the issue.

    Regards,
    Sanam

    • This reply was modified 1 year, 7 months ago by sanam.
    • This reply was modified 1 year, 7 months ago by sanam.
    • This reply was modified 1 year, 7 months ago by sanam.
    • This reply was modified 1 year, 7 months ago by sanam.
    #185892
    alvaruus2
    Participant

    Managed to fix this. Thanks!

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