Site logo

Archived topic

How to set the position of the first widget in the sidebar

3 replies · Started by Halil on December 17, 2021

Viewing posts 1–4 of 4

Hi,

I'm trying to align the title of first widget in the lefthand sidebar with the blog post name.

There is a setting to move the post title name up and down but couldnt find similar setting for widget on sidebar other than padding.

How do I do that?

pic & link added
https://ibb.co/jWNyKS0

Hi Halil,

Try add this CSS:

.widget-area .widget:first-child {
    padding-top: 30px;
}

Let me know :)

perfect! thanks.

No problem :)

This archived topic is closed to new replies.