Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1319916

    Hi Support,

    I have designed a website. On the front page I have a grid row which has a number and then an email. However on a mobile phone, the grid row forces the text to be aligned to the top but I need it to align to the middle.

    I have looked at previous forums however I haven’t yet found a solution.

    Please can you assist.

    #1320016

    Hi kayleighburrows,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .home #av-layout-grid-1 .av_three_fifth {
        margin-bottom: 0 !important;
      }
    
      .home #av-layout-grid-1 .av_three_fifth .avia-builder-el-5 {
        padding-left: 45px;
      }
    }

    Best regards,
    Nikko

    #1320304

    Thank you! It worked!!!

    #1320445

    Hi kayleighburrows,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Grid Row Vertical Align’ is closed to new replies.