Tagged: Code block, mobile responsive, twitter feed
Hello
Still loving Enfold :-) and nearly there with a new site, however…
I have a code block within a coloured section on the home page and the contact page that feeds twitter through to the site.
When I look at it on a mobile a lot of it is cut off – so can only see half tweets.
How do I enable these sections to be mobile responsive?
Site below.
Hey sensiblekaren!
You could try something like this in Quick CSS:
@media only screen and (max-width: 767px) {
.rotatingtweet, .rtw_main {
width:100% !important;
}
}
Please note that this isn’t a theme issue but the code you inserted.
Regards,
Rikard
Thank you Rikard, this worked perfectly :-)