Tagged: color section
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
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
Thanks Elliott – fixed it. :D