-
AuthorPosts
-
November 2, 2016 at 1:49 pm #707087
Hey guys, as always keep up the great work you do. Still one of the best themes out there.
I do have one little issue however, and it’s the way websites render on Ipads in the PORTRAIT orientation.
Is this a common issue? Take a look at the links I have sent.At what point should the portrait layer become 1-column, as opposed to a scrunched up 2-column layout when content doesn’t read well. Take a look at the examples below.
The 2 column you see in landscape does not work the same in portrait. It’s almost as if the portrait view on an Ipad just render like a larger version of an Iphone portrait view.
LMK if I am making sense,
Thank you!
JSNovember 3, 2016 at 2:20 pm #707727Hey Justin,
You will need to use Custom CSS Class enabled, so it only applies to specific table/elements. Kindly enable it by following this thread: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Modify the table and add this custom class mytable then add this code to Quick CSS (located in Enfold > General Styling):
@media only screen and (min-width:768px) and (max-width:960px) { #top .mytable .av_one_half { display: block; padding-top: 40px !important; width: 100% !important; } #top .mytable .av_one_half.avia-builder-el-last { margin-bottom: 60px; } }
Let us know if it works :)
Best regards,
NikkoNovember 4, 2016 at 11:20 pm #708467Nikko, should something have changed?
November 5, 2016 at 11:49 am #708668Hi,
Yes, it should. What the code I gave do is to make the 2 columns become 2 rows (1 column), the Information (title) should be on top and the content bottom. Let us know if you applied the code, if it doesn’t work kindly provide a temporary admin access.
Best regards,
NikkoNovember 5, 2016 at 1:12 pm #708678Ok the info section I have the class mytable added to each 1/2 column with the custom CSS within the style. Take a look,,, thanks.
November 7, 2016 at 3:45 pm #709298Hi!
I have added this to the Color Section’s Custom Css Class mytable. Then added the code I have posted above, and also included this inside the code I have given:
#top .mytable .av_one_half .XL br { display: none; }
To make the Starting in $5,000 be in one line instead of two lines. Let us know if this is also good on your end. :)
Best regards,
NikkoNovember 7, 2016 at 4:18 pm #709338Nikko, it seems to work fine on my end thank you.
November 7, 2016 at 6:20 pm #709405Hi Justin,
Glad we could help :)
Regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.