Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1175261

    It works on my desktop, but not on mobile. I want the logo centered and no menu showing. Like on desktop. Any ideas? https://cutestbookever.com/

    #1175755

    Hey bemodesign,

    Please try the following in Quick CSS under Enfold->General Styling:

    nav.main_menu {
      display: none !important;
    }

    Best regards,
    Rikard

    #1175893

    Still shows logo on the left, but the menu icon is gone. And the logo is supposed to be larger, like on the desktop.

    #1175935

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px){
        .responsive .logo img {
            min-height: 200px !important;
            margin: 0 auto;
        }
    
        .responsive #top .logo {
    	margin: 0 auto;
        }
    
        .responsive .logo img.alternate {
    	left: 50%;
    	transform: translateX(-50%);
        }
    }

    Best regards,
    Jordan Shannon

    • This reply was modified 4 years, 10 months ago by Ismael. Reason: update css
    #1176183

    Getting close. The logo is bigger, but still not centered. And when you scroll, it doesn’t shrink the logo, like on the desktop.

    Thanks for everyone helping on. Your tech support is the best!

    #1176549

    Hi,

    Thank you for following up.

    We adjusted the previous css code a bit to center align the logo and keep it from getting distorted. Please try it again.

    Best regards,
    Ismael

    #1176901

    Still not center and when I turn the phone horizontal, it stretches and distorts the logo. And can you get the logo to shrink when scrolling up, like on the desktop?

    #1177103

    Hi,

    Can we access the site? We tried to use the login account above, but it says that the username is unknown. Please check the info carefully, or provide another user account.

    Thank you for your patience.

    Best regards,
    Ismael

    #1177253

    Added to private. thanks

    #1177953

    Hi,

    Thank you for the info.

    We added the code in the Quick CSS field and it worked right away. Please remove the browser cache, before checking check the page.

    Best regards,
    Ismael

    #1177974

    Nice and centered! Thanks. Now, is there a way to have the logo get smaller on the scroll, like on the desktop?

    #1178548

    Hi,

    You’re welcome!

    We added this code in the Quick CSS field to adjust the size of the logo on scroll.

      .responsive .logo img {
        min-height: 100px !important;
        margin: 0 auto;
      }
    
      .responsive .av_header_transparency .logo img {
        min-height: 200px !important;
      }

    Best regards,
    Ismael

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