Tagged: responsive
Hi,
I’ve got four 1/4 layout elements on my home page, once you either resize the browser (or view from ipad) and the four layout elements split into two each on the page, one of them is having text cut off and it just looks really odd as well. Could you please take a look.
Also is their a way to turn responsive layout off starting from a certain pixel width. For example, if i only want the responsive for mobile phone sizes and not tablets?
Thanks for the help
Hi, I just updated the theme, thanks didn’t realize updates came out so fast.
I am still seeing the same issue, could you please take another look.
Thanks
Hi!
Thank you for the update.
I’m not sure why but there is a <p> tag right after the first 1/4 column and it somehow breaking the responsiveness of the columns. Did you switch to the default editor while working on the page or are you using default editor all along? Please try to add this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) {
div .av_one_fourth {
margin-left: 2%;
width: 48%;
}
}
Best regards,
Ismael
Hi Ismael,
I have actually only been using the Avia Layout Builder all along, I’m not sure how that <p> tag got there. I can try to rebuild the page with another name and see if I can fix it like that.
I put in the quick css code you gave me, and it almost fixed it, there is now an alignment issue with the last two 1/4 columns.
Rana
I deleted each 1/4 layout and content element and re-added them from scratch. It has resolved the issue. From what i can see it removed that <p> tag.
Thanks for all your help, appreciate it.