Good evening,
right now my homepage is actually looking quite okay for desktop… but if I switch to mobile/tablet the whitespaces seem to “explode”.
So: Which sections do I need to edit?
Thanks in advance! :)
Hey zonkbros,
Which white space in particular are you looking to remove? Please try to as specific as possible.
Best regards,
Rikard
Hey Rikard,
as you can see in the picture: Every whitespace between a preceding text block and a subsequent H2-Heading differs slightly.
If I use a button, the whitespaces seem to be fine.
Best,
zonkbros
Hi,
Thanks for that. Please try this in Quick CSS:
@media only screen and (max-width: 767px) {
.av-special-heading {
margin-top: 0 !important;
}
}
Best regards,
Rikard
Hey Rikard, thanks for your help. This worked so far!
In the attached Image I marked some more spaces I want to “control”.
Can you maybe give me a hint on how to change these? Especially for 2 and 4 I have no clue were they are coming from.