Hello, I’ve purchased your theme enfold and just wanted to ask a question. Apologies if it’s the wrong place to submit this.
See Google Drive attachment under Private Content.
The first colour section fills up 75% of the height of the browser, is there a code / styling you know of to change said % to 50 on small devices only?
Kind regards,
Stuart
Hey Stuart Webb,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top .av-minimum-height-75 .container {
height: 50vh;
}
}
Hope this helps.
Best regards,
Nikko
Thank you ever so much, worked like a charm. Love Enfold!
Kind regards,
Stuart
Hi Stuart,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko