[Resolved] align element header for mobile

Home Forums Support [Resolved] align element header for mobile

Home Forums Support align element header for mobile

  • This topic has 3 replies, 2 voices, and was last updated 1 year ago by Ying.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2587200
    Torsten

    Hi,
    I would need your help with aligning the text in the header element with the text below for mobile, each of the 4 lines with a 20px left-padding and a 40px top- and 30px bottom-padding.
    Can you help?
    Thx ahead,
    Torsten

    #2587572
    Ying
    Staff
    Customer Support

    Hi Torsten,

    try this CSS:

    @media(max-width: 768px) { 
    .nav-contact {
        padding: 40px 0 30px 20px;
    }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #2588275
    Torsten

    cool, thanks alot!
    I added text-align: left; as for some reason the lines were right-aligned on mobile only.
    ๐Ÿ˜‰
    best,
    Torsten

    #2589168
    Ying
    Staff
    Customer Support

    Glad to hear that ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.