Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #397263

    Hi there,
    Made some changes so that the header is fixed and now we can’t seem to get the header/logo to look right under 768 wide. The logo is quite long unfortunately. Any suggestions?

    Many thanks,

    Robert

    #397420

    Hi rpl_admin!

    Thank you for using Enfold.

    Logo looks fine on screens less than 768px except for the vertical alignment which you can fix by using this on the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    position: relative;
    top: 0;
    }}

    Cheers!
    Ismael

    #398001

    Hi Ismael,
    Thanks for this – much better but still seems a bit small on 320 – anything we can do?

    Many thanks

    Robert

    #398408

    Hey!

    It looks fine on my end. Are you trying to reduce it’s width more? If so then try this out.

    @media only screen and (max-width: 400px) {
    .responsive .logo img { width: 150px !important; }
    }
    

    Best regards,
    Elliott

    #398776

    Hi Elliot,

    Thanks for your reply. In the end we decided to hide the shopping cart icon on mobile. We can then make the logo slightly bigger.

    Thanks anyway,

    Robert

    #398782

    Hey Robert!

    Shall we go ahead and mark the thread as resolved? By the way, congratulations on the launch :)

    Cheers!
    Yigit

    #399392

    Many thanks, Yigit.

    Yes, we can close this one now.

    Cheers,

    Robert

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header / Logo’ is closed to new replies.