Site logo

[Support request] Beautify the look

Home Forums Support [Support request] Beautify the look

Home Forums Support Beautify the look

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1725785
    Danijela Kalezic

    Guys, how to make this area where is dragonfly on flower to be white, but sides that remain grey

    sides remain gray

    and to lift up content body more closer to menu

    null

    Thank you!

    #1725947
    David
    Staff
    Customer Support

    Hi there,

    1. The page is built with Elementor – you should set the background color for that section in Elementor.

    2. You have several lines of CSS that is adding padding to the top of your content:

    .site-content {
        padding: 6.5em 0 0;
    }
    .site-content {
        padding: 2.5em 0 0;
    }
    @media screen and (min-width: 48em) {
        .site-content {
            padding: 5.5em 0 0;
        }
    }

    Those need to be removed – but i cannot tell you where the CSS is coming from as you have the Litespeed cache enabled.

    #1725952
    Danijela Kalezic

    I did it, thank you!

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