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

    I need some help moving these elements over so my email address doesn’t get cut off on my iPad in portrait mode (See image) The other option would be to just move the email address over to the left on this screen size. Whatever is easiest and the best option. Can you please provide me with some custom css to achieve this? Thank you!

    • This topic was modified 9 years, 3 months ago by djshortkut.
    #487761

    Hi djshortkut!

    Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your text block element which has your email address in it a custom class and then add following code to Quick CSS

    @media only screen and (max-width: 767px) and (min-width: 481px) {
    .your-custom-class a { position: relative; left: -35px; }}

    Best regards,
    Yigit

    #487794

    Resolved! You can close this thread.

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