Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!
    JS

    #707727

    Hey 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,
    Nikko

    #708467

    Nikko, should something have changed?

    #708668

    Hi,

    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,
    Nikko

    #708678

    Ok 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.

    #709298

    Hi!

    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,
    Nikko

    #709338

    Nikko, it seems to work fine on my end thank you.

    #709405

    Hi Justin,

    Glad we could help :)

    Regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.