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 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.