Menu Bar Contents Misplaced

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #28938
    Anonymous
    Inactive

    Hey guys,

    on my website https://www.benranft.com/ scrolling down results in the logo and the menu items so “fall off” the bar. How can I fix this?

    Best,

    Ben

    #28940
    Anonymous
    Inactive
    This reply has been marked as private.
    #28947
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    #header.sticky #site-logo {
        top: 10px;
    }
    #header.sticky #primary-menu {
        top: 5px;
    }
    
    #28954
    Anonymous
    Inactive
    This reply has been marked as private.
    #28960
    Veena
    Moderator

    Pls use this custom CSS –

    #call-to-action .button {
        padding: 12px 30px;
    }
    
    #28964
    Anonymous
    Inactive
    This reply has been marked as private.
    #28972
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .page-id-9131 #call-to-action {
        margin-bottom: -50px;
    }
    
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.