Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #570945

    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

    #570988

    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

    #571246

    Thats changes the text size but i could do with the actual block shrinking too?

    #571850

    Hi!

    Add this inside the codeblock inside the style tags.

    #av_section_1 .container * {
        margin: 0px !important;
    }

    Best regards,
    Elliott

    • This reply was modified 8 years, 2 months ago by Elliott.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.