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

    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.

    #476868

    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

    #477641

    Thank you Rikard, this worked perfectly :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘code block with twitter feed – not mobile responsive’ is closed to new replies.