Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #487481

    Can you please help me adjust the padding on this section slightly? The letter “D” for the title in the word “Personalized” is getting cut off slightly on my iPad in portrait mode. Can you please give me some quick css to adjust? Thank you!

    #487754

    Hi djshortkut!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) and (min-width: 481px) {
    .avia-icon-list .iconlist_icon { margin-right: 20px; }}

    Cheers!
    Yigit

    #487797

    Thanks! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adjust Padding on iPad Section’ is closed to new replies.