Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1302174

    Hello,

    in the left column under the hero image I assigned padding to the text field via CSS class.
    Unfortunately, the padding is not interpreted.
    What am I doing wrong?

    Thanks in advance.

    Regards
    Knutnik

    #1302535

    Hey Knutnik,

    Thank you for the inquiry.

    Try to use this css code to add a padding to the text block with the teasertext class name.

    #teaserbox .teasertext {
        padding: 3% 4% 7% 3%;
    }

    The second css rule above should have worked.

    Best regards,
    Ismael

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