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

    Hi,

    i’ve added several SVGs to completely fill the backgrounds of various elements. On one class-element this is not working (.news-txt). Could you tell me why?

    Thanks and regards,
    Steffen

    #1095103

    Hey sugadaddy,
    Thanks for the login, it looks like your background image has reached the max-height of the container, but due to the ratio it doesn’t full the width, increasing the height a little corrects it, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .post-entry-2 div .flex_column {
        height: 500px !important; 
    }

    Best regards,
    Mike

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