Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #635445

    Hello!

    I am having trouble getting 1/3 columns to align center on tablet portrait views (columns 2 and 3 are farther to the right for some reason).

    I would also like the 3 columns to collapse in tablet landscape views so they stack.

    Can you help?

    Site url and links to screenshots are below.

    Thanks in advance for your help!

    #635725

    Hey Julie,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 990px) {
    .av_one_third {
    margin-left:0 !important;
    }
    }

    Best regards,
    Rikard

    #635922

    Hi Rikard,

    Thanks– that did the trick!

    One other issue– at the top of the same page, there is a 4/5 section with 2 lines of text and big button that is not centered on tablets. The 1/5 section that appears above it is centered (it has the logo and social sharing element), and I aligned center the text and big button code, but they are a little to the left.

    How can I fix that?

    Screenshot is linked below.

    Thank you so much for your help!

    #636529

    Hi,

    Please try this as well:

    @media only screen and (max-width: 990px) {
    .page-id-158 div .av_four_fifth {
        margin-left: 0% !important;
        width: 100% !important;
    }
    }

    Thanks,
    Rikard

    #641651

    Hey Rikard,

    Thanks so much– that fixed it!

    #641883

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

    #674888

    Hey Rikard,

    I am having one small issue with this– the boxes are aligned correctly but there is no space between them when they stack on mobile views, so it looks like they are all one big box.

    How can I adjust for this?

    A link to the page and a screenshot showing the problem are below.

    Thanks in advance for your help!

    #675254

    Hi,

    Please try the following as well:

    @media only screen and (max-width: 767px) {
    .page-id-280 .av_one_third {
    margin-bottom:20px; 
    }
    }

    Best regards,
    Rikard

    #675959

    Hey Rikard,

    Thank you! This has been a recurring problem because I use this so much, but now I think I finally understand how to make these behave the way I want site-wide or per-page.

    Slowly but surely, I’m learning. :)

    Thanks so much!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘1/3 column alignment in tablet views’ is closed to new replies.