Hi There,
I have two questions
1) How do I remove the bottom separator line from the Main Menu/Header section. (‘No separator’ simply removes separator from menu items)
2) I am using a panorama images on Home page coupled with full width slider, although the image clips after resizing it to a certain minimum width. I would like the images to have a width of 100% so that the do not clip on screen of any width.
Hey panoramist,
1.) I have added this css code in Quick CSS (located in Enfold > General Styling):
#top .av_header_with_border.av_header_transparency #header_main {
border: 0;
}
2.) I have added this css code in Quick CSS:
@media only screen and (max-width:1024px) {
.avia-fullscreen-slider .avia-slideshow {
height: 46vw !important;
}
.avia-fullscreen-slider .avia-slideshow>ul>li {
background-size: 100% auto !important;
}
}
Hope it’s good :)
Best regards,
Nikko
Hey Nikko, Thanks a lot. That worked just as I wanted :)
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko