Tagged: x ← 1 2 Author Posts March 21, 2017 at 11:08 am #1415140 MarmaladeParticipant This reply has been marked as private. March 21, 2017 at 12:17 pm #1415236 JoaoModerator Hi There, Please provide a working url for your website in order that we can take a look. Thanks March 21, 2017 at 12:43 pm #1415270 MarmaladeParticipant This reply has been marked as private. March 22, 2017 at 4:07 am #1415974 Paul RModerator 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 March 24, 2017 at 11:39 am #1419225 MarmaladeParticipant 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 March 24, 2017 at 9:40 pm #1419787 RadModerator Hi there, Please add this as well, @media ( max-width: 979px ) { .x-logobar .header-left { position: static !important; } } Hope this helps. March 29, 2017 at 6:42 am #1424039 MarmaladeParticipant Thanks March 29, 2017 at 10:22 am #1424256 RahulModerator 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. Author Posts ← 1 2