Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1415140

    Marmalade
    Participant
    This reply has been marked as private.
    #1415236

    Joao
    Moderator

    Hi There,

    Please provide a working url for your website in order that we can take a look.

    Thanks

    #1415270

    Marmalade
    Participant
    This reply has been marked as private.
    #1415974

    Paul R
    Moderator

    Hi Oliver,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-logobar .x-container.max.width{
        position:relative;
    }
    
    .x-logobar .header-left {
        position: absolute;  
        top: 10px;
        left: 0;
    }
    

    Hope that helps

    #1419225

    Marmalade
    Participant

    Almost there!
    When the screen narrows the text now sits on top of the logo in the center. I need it to sit below the logo and above the menu for mobile or tablet.
    Thanks

    #1419787

    Rad
    Moderator

    Hi there,

    Please add this as well,

    @media ( max-width: 979px ) {
    .x-logobar .header-left {
    position: static !important;
    }
    }

    Hope this helps.

    #1424039

    Marmalade
    Participant

    Thanks

    #1424256

    Rahul
    Moderator

    You’re most welcome. 🙂

    If you have anything further to ask, kindly let us know. We’d be happy to assist you with anything.

    Thanks for choosing the X-theme.