Topic Resolution: Resolved
  • Closed
  • Cheryl Wilder
    Spectator
    27.07.2015 at 02:00 #19191

    Hi, We originally used Evolve and switched to Evolve Plus. When we did the logo now overlaps with the main menu in responsive view. We’ve checked all the settings and the page source to see how to fix the issue but could not find a solution. How can I make the logo not overlap with the menu? The site is usaflooringnc.com, check in mobile size 320×480. Thanks.

    Denzel Chia
    Moderator
    Posts: 2656
    27.07.2015 at 06:41 #19194

    Hi,

    For your mobile header, Please use the following codes in Theme Options -> Custom CSS

    @media (max-width: 768px) {
    .header {
    height: 300px !important;
    }
    }

    You can change the max-width 768px to your target device width.

    Thanks!

    Cheryl Wilder
    Spectator
    Posts: 1
    27.07.2015 at 14:04 #19208

    Thank you! It looks great now!