-
AuthorPosts
-
April 6, 2018 at 7:49 pm #938365
Hey Folks, I tried 4 or 5 different CSS tips provided in similar issues within this forum without a resolution.
I have the following page (private) with 3 columns of content below the video tab section that need to stack on iPad landscape and portrait, actually.
I’d be grateful for a fix, thank you very much!
April 6, 2018 at 8:24 pm #938377Hey marketingagency,
The above page is password protected.
Best regards,
Jordan ShannonApril 6, 2018 at 8:25 pm #938378Ugh, so sorry, Jordan. Password is found below in private.
April 6, 2018 at 8:52 pm #938381Hi,
Thanks for providing that info. Please at this to quick css:@media only screen and (max-width: 768px) and (min-width: 1024px) { .avia-builder-el-19 .av_one_third{ width:86%!important; }}
Best regards,
Jordan ShannonApril 6, 2018 at 9:44 pm #938394Hey Jordan.
Thank you for your advice, however, that changed nothing.
What made you think that would work?
April 6, 2018 at 9:46 pm #938395Hi,
Did you add it to the very top of your quick css so it runs first?
Best regards,
Jordan ShannonApril 6, 2018 at 9:53 pm #938403Hey Jordan.
I had it at the bottom of the child style.css file, but after your note, I added it to the top.
No difference buddy.
April 6, 2018 at 10:22 pm #938408Hi,
If possible, please provide admin info so I can login and look into this issue further. It’s concerning that none of the css is working for you. Have you made sure to clear your cache a few times over?
Best regards,
Jordan ShannonApril 6, 2018 at 11:00 pm #938430Hey Jordan.
Admin access was provided in my original post above.
I have deleted cache and disabled WP Fastest Cache as well.
Thanks again for your help, I appreciate it.
April 9, 2018 at 7:31 am #938990Hi marketingagency,
Can you please disable the Autoptimize as well?
Best regards,
VictoriaApril 9, 2018 at 7:37 pm #939373I have deactivated Autoptimize per your recommendation, Victoria. Looking forward to finding a fix here, thank you.
April 10, 2018 at 1:10 am #939483Hi,
Okay, I modified the code a bit, can you please try the following:
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { avia-builder-el-19.av_one_third, .avia-builder-el-24.av_one_third, .avia-builder-el-29.av_one_third{ width:86%!important; } }
Best regards,
Jordan ShannonApril 10, 2018 at 1:36 am #939502Hey Jordan, thanks for the help.
I added the above code and notice in Landscape on iPad, only the 2nd and 3rd boxes are stacked, leaving the first box standing alone.
And in Portrait, all 3 are still side-by-side instead of stacked.
We’re almost there! What edits should I perform to get it working for all boxes on both Landscape and Portrait?
April 10, 2018 at 10:36 am #939752Hi marketingagency,
There is a dot missing in front of the first selector in the code above and adjusted it a bit more, please remove that code and try this one:
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { #top div .flex_column.avia-builder-el-19.av_one_third, #top div .flex_column.avia-builder-el-24.av_one_third, #top div .flex_column.avia-builder-el-29.av_one_third { width:90%; margin-left: 4%; } }
If you need further assistance please let us know.
Best regards,
VictoriaApril 10, 2018 at 8:17 pm #940001Thanks, Victoria, but no go.
I’ve added your code and they don’t stack, on landscape or portrait.
Not sure what to do as I cannot publish this page until I can find a fix.
April 10, 2018 at 10:00 pm #940034Hi,
Place my original code in and we will try and work this out.
Best regards,
Jordan ShannonApril 10, 2018 at 10:28 pm #940052Thank you, Jordan.
I have added your original code below, at the top of the child theme css file.
@media only screen and (max-width: 768px) and (min-width: 1024px) { .avia-builder-el-19 .av_one_third{ width:86%!important; }}
You have full access should you need to tweak anything.
I appreciate your time with this.
April 12, 2018 at 4:51 am #940753Hi,
Thank you for the update.
There are some invalid css modifications in the style.css file. We edited those and added a few more. Please remove browser or do a hard refresh prior to testing the page.
Best regards,
IsmaelApril 12, 2018 at 8:06 pm #941112Hey, Ismael, thank you for your help. Looks like it fixed the issue.
However, now the topmenu has been made too wide and overlaps the logo on desktop.
Also, every single contact form on the right sidebar has now been pushed to the bottom of every page.
Please let me know what changes you made so I can get these fixed asap.
Thank you!
April 14, 2018 at 11:42 am #941877Hi marketingagency,
I tested on different screen sizes and wan not able to see the issue. Can you please tell us when it is happening?
Best regards,
VictoriaApril 16, 2018 at 5:49 pm #942683Hey Victoria.
I made the fix myself.
I am still having issues on another part of the page, however, but I made a separate thread for that.
Thank you.
April 16, 2018 at 6:00 pm #942695Hi,
We will check for the other threads. I’m glad you were able to get this thread issue resolved.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘3 Columns not stacking in iPad Landscape’ is closed to new replies.