Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1474640

    Hi there :)

    Just bought Enfold and love it !

    I do have an issue with the logo on mobile.
    On PC version I want some white space on top of the logo… did this by adding css
    strong.logo img{
    padding: 20px 0px;
    }
    .logo img { position: relative; top: 20px; }

    But now my logo is not showing correctly on the mobile version. In addition to this I would love to have the logo a bit smaller on mobile….

    Thank you so much in advance

    #1474653

    Hey mikeb254,

    I’m not sure exactly how you are looking to change the logo on mobile, could you try to explain a bit further or post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #1474658

    Hi Rikard,

    Thanks for the response.

    On the websversion the logo looks fine. But when I switch to mobile, somehow the logo seems to “big” and the bottom of the logo is covered or something.

    I already made the logo pretty small, but it is not changing on the mobile version.

    Please see screenshots.

    https://postimg.cc/d76J0h1X mobile
    https://postimg.cc/w3Jb5S5x web

    thanks for your help!

    #1474663

    Hi,
    It looks like you have this custom css:

    .logo img {
        position: relative;
        top: 20px;
    }

    change to this:

    @media only screen and (min-width: 768px) { 
    	.logo img {
        position: relative;
        top: 20px;
    }
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1474664

    awesome it worked !!

    #1474665

    Quick other question…

    What is the css to create more space between images on the horizontal galery ? And can de rotation begin automatically, now it only starts with click :(

    Thanks so much
    Mike

    • This reply was modified 1 week, 2 days ago by mikeb254.
    • This reply was modified 1 week, 2 days ago by mikeb254.
    #1474668

    Hi,
    I did not find a horizontal gallery on your site, but the element has three options, no gap, 1px gap, large gap:
    Screen Shot 2025 01 05 at 9.01.04 AM
    If large gap is not enough, please explain further and create a test page for us to examine.

    Best regards,
    Mike

    #1474669

    It is on this page…https://www.linkspirits.nl/our-brands/

    Is there a custom css to overwrite the 3 standard options ?

    #1474671

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av-horizontal-gallery-large-gap .av-horizontal-gallery-wrap {
    	margin-right: 30px;
    }

    adjust to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1474672

    Thanks so much … fixed it.

    Shall I make a new thread for the auto rotation issue ?

    #1474674

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for your understanding and using Enfold.

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Logo mobile menu’ is closed to new replies.