Archived topic
Beautify the look
2 replies · Started by Danijela Kalezic on April 8, 2021
Guys, how to make this area where is dragonfly on flower to be white, but sides that remain grey

and to lift up content body more closer to menu

Thank you!
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.
I did it, thank you!