Post title cross widget area

Hello,

I tried to figure it out how to make like this picture please check this link , will be post title cross widget area. It’s anyway can do that? and under the tittle how to show up categories like this too?

thanks.

Hi there,

Thanks for writing in! Regretfully that might not be possible as there are containers for main section containing the title as well and for sidebar, so the post title can’t cross the sidebar area, however this can be done via custom development which is outside the scope of our support we offer.

To style the categories in sidebar, you can add the following code in the Theme Options > CSS:

.cat-item a {
    text-shadow: none;
    color: #26aad2 !important;
}
.cat-item {
    display: inline-block;
    border: 1px solid #26aad2 !important;
    border-radius: 20px;
    padding: 5px 15px !important;
    margin-right: 10px;
    box-shadow: none !important;
}

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.