How to change size of container?

Posted in: Newspaper
Post count: 8

Hi,
I would like to change width of first grid on page. Like in gadgets demo. https://demo.tagdiv.com/newspaper_gadgets/ Now, I’am using Black Version template. Is it possible?

Post count: 8
Post count: 8

When I made wide page I lost post desctription style http://bit.ly/2sDTQJh

On main page is OK http://bit.ly/2sTjSb6

Where is a problem?

Post count: 22421

Hello,

This is because you changed the grids. The new full grids do not yet have typography settings so you will have to change the font with css.
Please use this code in your theme panel-> custom css box:
.td_block_big_grid_fl_8 .td_module_mx19 .entry-title{
font-size:27px!important;
}
.td_block_big_grid_fl_8 .td_module_mx25 .entry-title{
font-size:18px!important;;
}

Thank you!
Bogdan B

Post count: 8

Hi,

Thank you for the code – it works perfectly. How to add the possibility of present (show) the category of post?

BW,
Marcin

Post count: 20688

Hi,

The category tag can be enabled or disabled for each module, in the theme panel
https://forum.tagdiv.com/category-tag-on-modulesblocks/
For the Big grid you are using now, you need to enable the tag on these modules
https://www.screencast.com/t/WIpPfRdES1

Thanks

Post count: 8

Hi,

How can jak make the high of the conteiner smaller. I have used the same grid as in demo gadgets and unfortunatelly the container is biger. http://bit.ly/2sDTQJh

BW
Marcin

Post count: 20688

Hi,

Please check if you have these thumbnails enabled in the theme panel
https://www.screencast.com/t/lfgUM439
If they are not, please enable them. Then using this guide regenerate your thumbnails
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Also take note of the requirement for the server side and see if the mentioned GD library is installed on the server.

Thanks

Post count: 8

I checked and I did what you recommend. The view of (BIG GRID FULL 8) http://bit.ly/2sDTQJh is still bigger than in your demo https://demo.tagdiv.com/newspaper_gadgets/

I have registered new instalation and this themo looks great on my server. But on my website I cannot set the same view (size)

Post count: 20688

Hi,

After further inspection of the Full Big Grid, it seems that the modules are not displaying properly. An important class is not applying when it should, that is why the modules have a different look. I could give you a code to fix it, like this
https://www.screencast.com/t/3OWW8Gv5uM

.td_block_big_grid_fl_8 .td_module_mx25 {
padding-top: 14%;
}
.td_block_big_grid_fl_8 .td_module_mx19 {
padding-top: 28%;
}

But this should apply and work as intended by default. Maybe the theme did not install properly, you could try a fresh install using this method
https://forum.tagdiv.com/install-via-ftp/
Or you can just use the code from above if it is working for you as well.

Thanks

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