Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1419585
    #1419639

    Hey Munford,

    Thank you for the inquiry.

    The site seems to be on maintenance mode. We may need to login in order to properly check the issue. Please provide the login details in the private field.

    Best regards,
    Ismael

    #1419683

    I took the css that I was using off, so there is no code now centering the logo on mobile.
    That’s what I need from you.
    login below
    thanks

    #1419801

    Hi Munford,

    I tried to login using the credentials you gave however it returns this error:

    Error: The username is not registered on this site. If you are unsure of your username, try your email address instead.

    Please check.

    Best regards,
    Nikko

    #1419871

    sorry the correct login is below

    #1419974

    Hi Munford,

    Thanks for that, please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
        .responsive #top .logo {
            width: 100%;
        }
    
        .responsive #top .logo img {
            margin-left: auto;
            margin-right: auto;
        }
    
        #top #av-burger-menu-ul {
            vertical-align: top;
        }
    }

    Let us know if it helps.

    Best regards,
    Nikko

    #1420002

    thanks that worked to center the logo.
    Is it possible to make it sticky as well?

    • This reply was modified 1 year, 2 months ago by Munford.
    #1420118

    Hi Munford,

    Sure, please replace the code I previously gave with this one:

    @media only screen and (max-width:767px) {
        .responsive #top .logo {
            width: 100%;
        }
    
        .responsive #top .logo img {
            margin-left: auto;
            margin-right: auto;
        }
    
        #top #av-burger-menu-ul {
            vertical-align: top;
        }
    
        .responsive #top #wrap_all #header {
            position: fixed;
        }  
    
        .responsive #top #wrap_all #main {
            padding-top: 80px !important;
        }
    }

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.