Hi!
I am about to create my website.
I want to remove the manually set space as a right/left margin in my columns on mobile devices, because like this the content is squashed to the right side. It would be great to have a solution which applies to the whole Website, but I could also manually change any section, if easier.
I already checked threats, but don’t know how to solve it on my site.
Thanks!
Hey annaries,
It might be difficult to override your setting for mobile, but you can try this in Quick CSS:
@media only screen and (max-width: 767px) {
.flex_column {
padding: 0 !important;
margin: 0 !important;
}
}
If that doesn’t work then I would recommend that you copy the element which you want to show different on mobile, then select to show/not show the correct element for the corresponding screen size in the Advanced/Screen Options tab in the element options.
Best regards,
Rikard
Hi Rikard,
thanks for your answer and a lot for your help – the Quick CSS worked!
Amazing – saved me a lot of work copying each element. Great!
Thanks a lot
Anna
Hi Anna,
Great, I’m glad that you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Thanks a lot for sour support and sorry for late reply,
yes you can close it!