Tagged: ,

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

    I would like to have the desktop alignment grid title left (as it is now) and the mobile alignment grid title in the center. How can I do this? I tried several options but that didn’t work.

    #1447789

    Hey Maureen,

    Thank you for the inquiry.

    You can use this css code to adjust the text alignment of the grid title on mobile view:

    @media only screen and (max-width: 989px) {
    
      /* Add your Mobile Styles here */
      .avia-content-slider .slide-entry-title {
        text-align: center;
      }
    }

    Best regards,
    Ismael

    #1447791

    Thank you. That works perfectly!

    #1447793

    Hi,

    No problem! Glad we could help. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile alignment grid’ is closed to new replies.