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
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
Hey,
Thanks for your reply.
Unfortunately your suggestion didn’t make any different at all. Any other suggestions?
Best regards
Helle
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
Hey Rikard
Thanks – now it works just fine :-)
Why do you think it would be easier to use a sidebar instead?
Best regards
Helle