Thumbnail Size

Posted in: Newsmag
Post count: 6

Is there any way i can make the size of the thumbnails on front page blocks smaller. I really want do this if there is anyway? thanks

Post count: 6535

HI

The theme use a big variety of thumbs so you can try using blocks which display small thumbs, for example block 7 or block 8: http://demo.tagdiv.com/newsmag/block-7/http://demo.tagdiv.com/newsmag/block-8/
Other solution involve changes in theme’s core files and you will need some customizations to achieve the desired rezult. Basically you need to define new thumb sizes and to adjust the layout.
If you still need assistance on this please provide more details about what you’re trying to do and also your site url so I can have a closer look and maybe I can hep.

Thanks!

Post count: 6

I am using block 7 but i would still like it to reduce it because the way our language is writteen, the post titles are always long so i am trying to make the thumbnails smaller. Url is http://www.caasimadda.com, please let me know if you can customize it. I would like to reduce it by 20%. Thanks

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/po8UDG4jS59o

.td_block_7 .td_module_6 .item-details{
margin-left: 90px;
}
.td_block_7 .td_module_6 .entry-thumb {
width: 80px;
}

Let me know how it goes!
Thanks!

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