Hi,
I need to change position for images in Home Box divs – http://elenaculacenco.ro
Ex: Deficitul de atentie – the image must push up in order to display child head better.
I didd’t find anything about in your Mobile Theme Documentation https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Thank you
It seems to me that in your case it is better to replace the picture with a horizontal one, now it is vertical.
Hi,
If you are using the mobile theme plugin, the only settings that you can use are these from theme panel -> https://i.imgur.com/mITit4s.png
Unfortunately there is no option to change the modules size, what you can do is to use a custom css like this one
.td_module_mob_2 .td-module-thumb {
height: 248px;
}
This code need to be set in theme panel> mobile theme> custom code> css.
Thank you!
Thank you very much Calin. I checked your css code.
I don’t need to change height of mobile thumbs. I only need to to “drag” up or down the picture inside of original size thumb. Picture has large hight size, so I should can to chose what portion of it I need to display in thumb height.
Thank you