How can I change the padding on mobile? I have text block on color section with video.
Tried also to change the font size on text block, but it didn’t make any difference.
Hey tammiviestinta,
Thank you for the inquiry.
The site looks broken when we checked it. Would you mind providing a screenshot of the issue? You can use imgur, savvyify or dropbox. Thanks.
Best regards,
Ismael
The first snip is from wide screens and it is ok.
The second snip is from mobile and I’d need to add some padding there. And the line height could be smaller, too.
The third snip is from editor.
Hi tammiviestinta,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.responsive #top.home #wrap_all #av_section_2 .flex_column {
margin-left: -10%;
padding: 30px !important;
}
You may need to adjust your text size.
Hope this helps.
Best regards,
Nikko
Thank you! It works.