Lower position of 1st widget

Is the possible to lower the position from the first widget in the sidebar a little bit, so that it is on the same height as the word “Welkom” on the homepage of my website? The search bar is now positioned against my menu bar, what doesn’t look so nice.

I have made a screenshot of the homepage.

BR,
Ralph

Hi Ralph,

Thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

div#secondary {
    margin-top: 30px;
}

Best Regards,
Movin

Works perfect!

Thanks for the help :slight_smile:

BR,
Ralph

You are most welcome here :slight_smile: