badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Space in between widget title and content

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #18782
    Edwin
    Participant

    Hi,

    I have two questions:

    1. How can I adjust the space in between the widget title and the widget content for the widgets in the right sidebar?

    2. How can I center the content of any of the widgets in the right sidebar?

    You can see that there is no space at the moment and it looks not so good, see here:

    Thanks in advance for your feedback.
    Regards, Edwin

    #18791

    Hi Edwin,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .widget-title {
        padding-bottom: 15px;
    }
    .widget {
        text-align: center;
    }

    Note: Decrease/Increase the 15 digit above to change the space of widget title.

    Thank you!

    Thank you!

    #18792
    Edwin
    Participant

    Many thanks for quick reply.

    Unfortunately is that not what I want because I have set the background color of the widget title. If I use padding the widget title looks bigger because of the set background color.
    Is there another way so that I have the normal background color for the space?

    The center option is working great.

    Thank you! Regards, Edwin

    #18795

    Hi Edwin,

    Ok, then remove previous CSS code and paste below one

    #secondary .widget-title {
        margin-bottom: 15px;
    }
    .widget {
        text-align: center;
    }

    Thank you!

    #18796
    Edwin
    Participant

    That is working great.

    Thank you very much!

    Regards, Edwin

    #18797

    That’s great Edwin

    Thank you!

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