Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #869736

    Hi,
    The whitespace between the logo and the content on the site I’m creating look fine on desktop, but when I look at the mobile version, part of the logo is getting cut off. Is there a way I can increase the whitespace in this area on mobile only?

    Thank you.

    #869854

    Hey courtneymedders,

    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 #top #wrap_all #header_main .av-logo-container.container {
        height: 100px !important;
        line-height: 100px;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #870475
    This reply has been marked as private.
    #870522

    Hi courtneymedders,

    Below is how I see it, the same on my cell. Could you please clear the cache, check again and get back to us.
    Please, attach a few screenshots.

    Best regards,
    Victoria

    #870530

    Sure, here’s the desktop view link: https://i.imgur.com/S3AvxY9.jpg and mobile: https://i.imgur.com/ejJrwvU.jpg

    #871083

    Hi,

    Thanks for the screenshots. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        height: 100px !important;
    }
    }

    Best regards,
    Rikard

    #871230

    That did the trick. Thank you!

    #871560

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #871658

    Ok to close. Thanks!

    #872039

    Hi,

    Thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Whitespace Between Logo and Content on Mobile’ is closed to new replies.