[Resolved] How to set the position of the first widget in the sidebar

Home Forums Support [Resolved] How to set the position of the first widget in the sidebar

Home Forums Support How to set the position of the first widget in the sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2052347
    Halil

    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

    #2052377
    Ying
    Staff
    Customer Support

    Hi Halil,

    Try add this CSS:

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

    Let me know ๐Ÿ™‚

    #2052419
    Halil

    perfect! thanks.

    #2052458
    Ying
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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