Hello I have created a page here with 8 x team member
Link below:
is there a possibility to change the display of the images in the height
so that the page no longer has to be scrolled
thanks in advance
kind regards
Franz
Hey schweg33,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (min-width: 990px) and (max-width: 1250px) {
#top.page-id-3665 #vorstand .av_one_fourth {
width: 17.5%;
}
#top.page-id-3665 #vorstand .entry-content-wrapper {
transform: translate(7%, 0%);
}
}
@media only screen and (min-width: 1251px) {
#top.page-id-3665 #vorstand .av_one_fourth {
width: 15.5%;
}
#top.page-id-3665 #vorstand .entry-content-wrapper {
transform: translate(10%, 0%);
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
many thanks Mike
so it fits well
You can close this ticket
kind regards Franz
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike