Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1030440
    alex5252
    Participant

    When my screen size reaches 675px and my logo goes to the upper right hand corner I am no longer able to click on it to get to the home page.

    Here is the page that shows the issue: https://molitorfarms.com/pasture-poultry/

    #1030444
    alex5252
    Participant
    This reply has been marked as private.
    #1031281
    Christopher
    Moderator

    Hi there,

    Please find this code :

    @media (max-width: 675px) and (min-width: 500px){
    a.x-brand {
        display: block !important;
        height: 65px;
        width: 65px;
        margin: -75px -60px 0px 10px !important;
    }
    }

    And update it to :

    @media (max-width: 675px) and (min-width: 500px){
    a.x-brand {
        display: block !important;
        height: 65px;
        width: 65px;
        z-index: 1030;
        position: relative;
    }
    
    .x-topbar {
        width: 70%;
        float: right;
    }
    }
    

    Hope it helps.

    #1031688
    alex5252
    Participant

    Thank you for the reply. I inserted that code, but it did not change anything. Any other suggestions?

    #1032140
    alex5252
    Participant

    Nevermind, I figured it out

    #1032214
    Joao
    Moderator

    Great to hear it.

    Let us know if you need help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1030440 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>