Hi
Where do I change the image sizes in Newspaper? I would like the featured images to be a bit taller here for example on the frontpage of our website – https://metteogmartinrejser.dk/
Thanks in advance
Hello,
Unfortunately thumbnail sizes cannot be changed so easy as they are fixed and set by us to align properly with the rest of the content. If you want to have bigger images on blocks, then simply chose a block that displays a bigger thumbnail. You can see see different content blocks here: http://demo.tagdiv.com/newspaper/block-1/ If you are referring to the big image at the top of your page, that is a custom added image, not a featured image. You can edit that element by editing the page in visual composer.
Thank you!
Okay – thank you.
Would you recommend hiring a developer to change the the image sizes? They don’t actually need to be bigger width/height – just a bit taller approx. 25px. and it only concerns the images that have this size. See attached file.
-
This reply was modified 10 years by
metteogmartinrejser.
Ohh I can´t attach a file but it concerns the small featured images on the frontpage not the big one at the top I put that there using the Visual Composer.
Hi,
Instead of paying money to a developer to modify the theme files and having to re-add the modifications on updates (custom modifications are not update proof even if a child theme is used) why not select another block for your content that uses a different thumbnail like for example: http://demo.tagdiv.com/newspaper/block-6/
Please try to select different blocks from the menu to see how they display images. There are 21 blocks to chose from and each have different image sizes.
Thank you!
Hi Bogan
Just one last question: In the category settings I can choose module “M4” – this is the size I would like to have for “Block4”.
Please see this page:
https://metteogmartinrejser.dk/category/afrika/
Isn’t it possible to modify “Block4” so it looks like “M4”?
Thank you!
Hi,
You can change the thme files if you want to do it and simply copy the image dimension from module 4 into module 2 (used on block 4) like so: http://screencast.com/t/f6zIvYDb
this will also affect the module 2 on category pages and also block 2 that uses the same module.
Then you will need css for the titles and excerpts to align to the new dimension:
you can add a margin-top value like so:
.td_module_2 .entry-title{
margin-top:80px!important;
}
http://screencast.com/t/g0O8rMwCw
Then you will have to adjust it for responsiveness as any modification will cause other effects when other devices are used.
for this you simply have to copy the code in the advanced css fields and change the value for each device
Hope this helps.
Thank you!