Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #746913

    Hello,

    At this site http://subdomain.akupunkturhus.dk/hvad-kan-behandles/ I have a Online Booking and Facebook button in the right cell. When you see the site on an iPad the two buttons overlap. Instead I want the Facebook button to float beneath the Online Booking. How can I do that?

    Best regards
    Helle Østergaard

    #747319

    Hey GraphicEyeDK,

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

    @media only screen and (max-width: 1024px) {
    .sidebar .av_three_fourth {
      width:100% !important;
    }
    }

    Best regards,
    Rikard

    #747374

    Hey,

    Thanks for your reply.
    Unfortunately your suggestion didn’t make any different at all. Any other suggestions?

    Best regards
    Helle

    #747780

    Hi Helle,

    I thought you had that in a sidebar but it seems like you have added the sidebar through the builder? Is that something you want to keep on doing? I think using an actual sidebar would be easier for you. If not then please try this instead:

    @media only screen and (max-width: 1024px) {
    .av_one_fourth .av_three_fourth {
      width:100% !important;
    }
    }

    Best regards,
    Rikard

    #748027

    Hey Rikard

    Thanks – now it works just fine :-)
    Why do you think it would be easier to use a sidebar instead?

    Best regards
    Helle

    #748035

    Hey!

    Using sidebar would eliminate the issue you were having probably :)
    Glad Rikard could help! Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Edit cells’ is closed to new replies.