Load more buttons (Flex Block 5)

Posted in: Newspaper
Post count: 49

Hi,

I have two columns on webpage with FlexBlock 5 in each. Which CSS code I have to write to make “load more buttons” bigger and with full block width?

https://ibb.co/47GDZbs

  • This topic was modified 7 years by Austenit.
Post count: 35449

Hi,

Here is the custom code for load more button -> https://www.screencast.com/t/BLeMpaj62x
from style section you can set the font on load more button -> https://www.screencast.com/t/UcuVTBfjc1
.td_flex_block_5 .td_ajax_load_more{
width: 100%;
}

Just add the code in Newspaper>theme panel>Custom code>Custom css and all FlexBlock 5 will have the load more button with full width.

Thanks.

Post count: 49

Thank you very much, Calin!

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