Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #435470

    I need some help with some custom css to center this text in a color section on my iPad in landscape mode. The color section is at the bottom of the page and I have attached a screen shot showing what I need done. Thanks!

    #435802

    Hi djshortkut!

    Please try the following in Quick CSS:

    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    .page-id-11236 .avia-builder-el-78 h2{
    padding-top: 15px !important;
    }
    }

    Cheers!
    Rikard

    #435812

    I input this code but it didn’t work.

    #436466

    Hey!

    Could you please provide us with a temporary admin login? It’s easier if I can input the code myself in Quick CSS to see if it’s working or not :)

    Regards,
    Rikard

    #436469
    This reply has been marked as private.
    #437183

    Hi!

    Thanks, please review your site now.

    Regards,
    Rikard

    #437195

    That worked…thank you! You can close this thread.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Center Text in Color Section on iPad’ is closed to new replies.