Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #889367

    Hello Support,
    I am trying to have mobile view show on tablet landscape on this page http://sprysquared.info/marketing/ and it doesn’t seem to work. what is the css I need to add for the landscape tablet view to look like the portrait tablet view?

    Can you help?

    Thank you,
    Stacy Esposito
    (Email address hidden if logged out)

    #889373

    Hey L_Spry,

    Add this to quick css for the top columns, let me know if this works:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) { 
    .av-equal-height-column-flextable .flex_column_table_cell{
    display:block!important;
    }
    
    .av-equal-height-column-flextable .no_margin.av_one_fifth{
    width:100%!important;
    }}

    Best regards,
    Jordan Shannon

    #889376

    Hey Jordan,

    It worked brilliantly! Thank you so much, you rock!

    Kind regards,
    Stacy

    #889380

    Hey Jordan,
    Is there any way to get the containers with image and then text (the 3 – 1/2 columns) to be 2 x 2 on landscape, they are stacking 1 x 1 now?

    Thanks,
    Stacy

    #889383

    Hi,

    Great! Did you need additional help on this topic?

    Best regards,
    Jordan Shannon

    #889386

    Hey Jordan did you see this other reply?

    Hey Jordan,
    Is there any way to get the containers with image and then text (the 3 – 1/2 columns) to be 2 x 2 on landscape, they are stacking 1 x 1 now?

    Thanks,
    Stacy

    #889392

    Hi,

    Apologies, is this for the bottom section?

    Best regards,
    Jordan Shannon

    #889396

    Yes sir, the images and green boxes with white text. I love how they stack in portrait view, but it would be nice to have them side by side with like 15-20px (2-5%?) (or more if need be?) in between the columns. Is that doable? (Stupid question to ask a developer, I know!).

    KR,
    Stacy

    #890085

    Hello Jordan,

    So last week we spoke about css media queries for tablet landscape view. Unfortunately the code you gave me works globally across every page. I do not want it to affect the other pages just the marketing icon boxes.Really what I want on that page is for the query to behave as it does for the tablet portrait view. Your support won’t let me attach an image. Look at the page on the Chrome inspector set for ipad portrait, this is a separate layout I have created on the page template for smaller screens. I would like to have this smaller screen layout for the marketing page on the tablet landscape as well (not every page, just this particular page). Can you help me with that CSS? I assume I need to add some classes and or ID’s to some containers?

    Kind regards,
    Stacy

    #891269

    Hi Stacy,

    Please upload screenshots to Dropbox or https://imgur.com/upload and give us the links here.

    Best regards,
    Victoria

    #891283

    Thanks Victoria,

    I have uploaded the images and left notes in the caption area. Let me know if the images and notes make or don’t make sense?

    Thanks,
    Stacy

    #891704

    Hi,

    Where are the screens?

    Best regards,
    Jordan Shannon

    #891724

    Hey Jordan,

    No worries, I figured out a solution. You can close this one too!

    Thank you for following up, you rock!

    Stacy

    #891766

    Hi,

    I’m glad you were able to get this figured out. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘I can't seem to get the mobile view to show on Landscape Tablet (iPdad 1024)’ is closed to new replies.