Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1116766

    Greetings,

    When I have my tablet vertically the address and phone in my website have interesting spacing. Is there a way to make this like on the mobile left?

    #1116948

    Hey rlapeyre,

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

    @media only screen and (max-width: 1024px) {
    #contact .av_one_fourth {
      width:100% !important; 
      margin-left:0 !important;
    }
    }

    Best regards,
    Rikard

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