Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1036546

    Hi

    I have added the following to make the mobile menu stick however it has not worked. I was wondering if it was because of the other coding I have added in the quick CSS please see below.

    @media only screen and (max-width:767px) {
    .responsive #top #wrap_all #header {
    position: fixed !important;
    }

    #footer .flex_column.av_one_fourth {
    margin-bottom: 0 !important;
    }

    #footer .flex_column.av_one_fourth .widget {
    margin: 0 0 16px;
    }
    }

    • This topic was modified 5 years, 4 months ago by info224.
    #1036833

    Hey info224,

    Thank you for writing to us.

    Please replace the entire code with the code provided in the documentation.

    It should work for you well :)

    If you have an issue viewing the changes please make sure to clear the cache.

    Best regards,
    Vinay

    #1036976

    Hi

    Yes, it does thanks, however, I would like the UK Head office, the office name and telephone number and the logo to appear centre on each line. currently, that’s not happening on the mobile.

    Please see the link below

    Thanks for your help.

    Regards

    Alex

    • This reply was modified 5 years, 4 months ago by info224.
    #1037111

    Hi Alex,

    https://cl.ly/ad9ec9135991 Here is what I am seeing. How do you want to adjust it?

    Best regards,
    Victoria

    #1037115

    Hello I would like the logo to be centered under the name and telephone. So that it’s uniform ie central but only for mobile devices.

    Thanks

    Alex

    #1037228

    Hi

    I tried adding this to move the logo over more to the centre but it didn’t work

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    display: inline-block;
    vertical-align: middle;
    }

    .responsive .logo {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    }
    }

    • This reply was modified 5 years, 4 months ago by info224.
    #1037783

    Hi info224,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1037959

    Hi

    I have turned off the minification and cache for the below mentioned and the logo is still not very central.

    Thanks

    Alex

    #1038213

    Hi Alex,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .responsive .logo a {
            padding-left: 70px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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