hi there – on mobile, the referenced site needs a bit of space at the bottom of each post listing in each magazine element – can you provide some CSS fix for this? thanks!
Hey charger70!
I’m not sure on what page I can find the page in your screenshot? Also, it looks like you are not using the Enfold theme on that page?
Cheers!
Rikard
Hi!
Please check the link once again, page cannot be found. Also active theme is not Enfold
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.av-magazine-entry {
margin-bottom: 25px;
}}
Regards,
Yigit
hi yigit – that added space, but i’d rather have space BETWEEN the last line of words in the (usually) three-sentence stack, and the horizontal rule.
the change actually added space below the rule, further pushing down / non-horizontally aligning the next listing with its thumbnail. please see attached by what i mean.
maybe the option is to push down the thumbnail?
Hey!
Please try adding the following as well:
@media only screen and (max-width: 768px) {
.av-magazine-content-wrap {
padding-bottom: 20px !important;
}
}
Cheers!
Rikard
thank you, that worked well!