Hi
I would like the Color section containing the text “We are a local family run company, with over 25 years’ experience in the building industry.” to shrink in size when viewed on a mobile device, at present it looks bigger than the extra large slider above it?
Many thanks
Richard
Hey foggygolf30!
Add this to a codeblock element in that page.
@media screen and (max-width: 767px) {
<style type = "text/css">
#av_section_1 .av-special-heading-tag { font-size: 12px !important; }
</style>
}
Best regards,
Elliott
Thats changes the text size but i could do with the actual block shrinking too?
Hi!
Add this inside the codeblock inside the style tags.
#av_section_1 .container * {
margin: 0px !important;
}
Best regards,
Elliott