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

    Dear sirs,

    I have an issue with some e-mail addresses I have in my contact page please see http://www.britishartportfolio.co.uk/contact/ here on the left hand ise are three mailto links (Email address hidden if logged out) and amanda@ etc however when these are viewed landscape on a tablet they dont wrapped and merge into the next column and look really bad how can I rectify this and make them responsive?

    Can you please help

    #607361

    Hey condonpb,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 1200px) {
    .page-id-156 .av_one_half {
    width: 100% !important;
    }
    }

    Thanks,
    Rikard

    #607429

    Many Thanks Rikard,
    This has worked. Just noticed there is also issue with the footer e-mails on the mailto that seem to be clipped when viewing on ipad in landscape. Can you help please

    #607636

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 1024px) {
    #footer .flex_column {
        width: 100%;
        margin-left: 0;
    }}

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.