Tagged: mobile
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
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