Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #361850

    Hi – I have couple of color sections on my home page. One contains my opt – in box and another has an image and some text and a button (“The Bit About Me”). Site just went live and I’ve discovered these color sections aren’t responsive on mobile.

    Is there a workaround for this? Thanks :)

    Site is here : http://glowdoula.com.au

    EDIT: I’ve managed to fix the opt in bar. But still having an issue with the “Bit About Me” not being responsive on phones. Thanks

    • This topic was modified 9 years, 11 months ago by aaine.
    #362278

    Hi aaine!

    It looks like it’s coming from your separator. Try adding this to your custom CSS.

    @media only screen and (max-width: 479px) {
    .hr-inner { width: 50px !important; }
    }
    

    Regards,
    Elliott

    #362661

    Thanks Elliott – fixed it. :D

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Color Sections not responsive on mobile’ is closed to new replies.