Hello there,
Greetings from liveday we have just purchased newspaper 7 theme
need help in fixing reducing size of featured image as thumb its coming in full width
need text to be in the same size and can i reduce image size
my page URL: http://livedayrush.byethost11.com/
please help…
Thanks…
Hi,
That is the way that block looks – https://demo.tagdiv.com/newspaper/block-23/ module 18 used on that block uses this thumbnail size – https://www.screencast.com/t/uEoJWV51s4 And I see that you have managed to modify the thumb size – https://www.screencast.com/t/q01WKbfx107a As for the module title font size, after inspecting it I see that you have set a custom size for it – https://www.screencast.com/t/mdVITiLSoCTN so if you want to have the initial font size please check any custom code you entered in theme panel, or in the theme files and remove it. Please provide more details or a screenshot if you meant something else and I misunderstood.
Thanks
Hello Simon,
Thank you for swift reply yes custom code is written in theme css panel
as follows:
.td_block_23 .td-column-3 .entry-title{
text-align:center!important;
font-size:5vw!important;
line-height:6vw!important;
font-weight:800!important;
}
now my problem is the image resize is still not coming in chrome browser ,
where as Mozilla firefox and IE on windows 10 is showing properly…
we are trying to replicate huffington post theme style.
Thanks
-
This reply was modified 9 years by
vadiraj.
Hi,
This is how I see it on chrome – https://www.screencast.com/t/52JWDbTOcqyk according to the width modifications to the module thumb that are seen using chrome browser inspector – This is how it should be – https://www.screencast.com/t/9yM2fqdsz So the changes are in effect maybe you should try clearing your cache on the chrome browser if you do not see it like this. Also I see that you have modified the module thumb display property – https://www.screencast.com/t/GIeMsnXjkoSX to a non valid value affecting all the modules on the page and this could cause problems.
Thanks