how to remove or adjust the "Continue to the category" next to each section

Posted in: Newspaper
Post count: 7

I have a side bar with a reoccuring feature on my blog but the title overlaps the “Continue to the category”. Is there a way to place it under the title or adjust it in some way

Site: http://thedepartmentofdance.com

Post count: 35449

Hi,

You can use some custom css in order to get that fix.
https://www.screencast.com/t/f8j3RiwbbI7
Please add the below css in Newspaper?>theme panel>Custom code>Custom css
.td-pb-span4 .td-block-title-wrap .td-pulldown-category {
margin-top: 30px;
}
.td-pb-span4 .td-block-title-wrap{
bottom: 10px;
}

Hope this will help you.
Thanks.

Post count: 7

Thanks so much! That did it!

Post count: 8

is there a way to remove it at all? I didn’t have it one hour ago, and now this “continue to the category” just appeared behind the flex bloc 1 that I am using on the page. I have no idea what did I do to get it there and how can I remove it. Could you please advise something? here is a link to the page https://executivesclub.com.ua/blog/
Thank you

Post count: 35449

Hi,

You can remove that continue to the category text by editing the page with tagDiv Composer, click on flex blocks and change the header template 12, this one have the continue button -> https://www.screencast.com/t/PsPdO3OwSvWW

Thank you!

Post count: 8

Thanks a lot!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.