Okay
  Public Ticket #772921
Logo not centring on mobile
Closed

Comments

  • Amy started the conversation

    Hi there

    The logo looks great on desktop centred, but on mobile, it is off centre. The padding is also uneven on top on bottom of the logo too on mobile. Please can you help?

    Many thanks!

    Amy

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        header#top .col.span_3 {
            width:100% !important;
            margin-top: -8px !important;
        }
    }
    
    

    Bes.t


    ThemeNectar Support Team 

  • Amy replied

    Hi there,

    I did this (attached screen shot) and it still isn't centring on mobile. I am wondering if this is associated with my other ticket   Private Ticket #772518.   Private Ticket #772518 doesn't look like it has been amended yet.

    Thank you for your continued help!
    Best,

    Amy

  •  8,994
    Tahir replied

    Hey Again,

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ 

    Also allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url. 


    Best.


    ThemeNectar Support Team 

  • Amy replied

    Thanks Tahir, I will have a go at that and let you know if I have any problems.

    Yes please, I give you permission to log in. Thank you!
    Amy

  •  8,994
    Tahir replied

    Just fixed the Syntax Error in the Custom CSS. 

    Best.


    ThemeNectar Support Team