Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #800081

    Dear kriesi team. I have an urgent matter.
    1.) Tne section “Details” on my wedding website is far to big in the mobile view.
    I tried to scale the background image already but it doesnt make any change. Can you please held out asap?

    2.) How can I deactivate the menue completely so that no “Startseite” is seen on the right part of the header?

    Thanks
    Lisa

    • This topic was modified 6 years, 10 months ago by molibi.
    #800229

    Hey molibi,

    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

    
    .avia_desktop  #advanced_menu_toggle, .main_menu {
      display: none;
    }
    @media only screen and (max-width: 767px) {
      .avia-section-huge .content {
        padding: 40px 0;
      }
    }
    

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

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