Some questions about width and height

Posted in: Newsmag
Post count: 11

1) How can i increase the height between two rows in a block(5) ? Link (marked in red)
2) How can i remove the lines in these places ? Link (marked in red boxes)
3) How can i make the excerpts clickable (along with the title and image)
4) How do i make the theme full width. Currently its boxed i’m assuming. I couldn’t find the option anywhere in theme options.

Post count: 23312

Hello thelegendarycoder,

1)If you want to achieve something like this, you should inspect this section and add a padding-bottom to your element like this -> https://www.screencast.com/t/HRicaiIZ As an example, you can use the code below if you are using the block 3.

The code is here ->

.td-newsmag-cars .td-subheader .td_block_3 {
padding-bottom: 30px;
}

2)If you want to reduce that grid line, you should make it invisible from here -> https://www.screencast.com/t/WvePoPG4tIA

3)Unfortunately, the theme has not been designed that the excerpts to be clickable, sorry! If you want to add this functionality, you should edit theme the core file and customize it yourself through the code.

4)Unfortunately, the theme has not been designed to have a full-width layout, sorry! Also, if you want to get rid of it the boxed layout, you should simply remove the background image and then, the site will be automatically switched to the normal layout. If you want to give a full design to your website, you can try using the full-width Big Grid from here -> https://demo.tagdiv.com/newspaper/full-big-grid-1/

Thanks for your understanding!

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