0
amrish
hi there..!
i am currently using post grid plugin's premium latest version .
i want a small change in its skin type - HalfThumbLeft (see attached screenshot please)
i want to decrease the area used by the tumbnail in the grid container that is horizontally (by width) upto 50%.
and fill it by increasing the area used by the title and excerpts.
if you can help me in this i would greatly appreciate it. thanks 🙂
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum,
you will need to override CSS for width, please add following CSS to custom CSS box, you need to adjust value 28% & 70%
.skin.halfthumbleft .layer-media { width: 28% !important; } .skin.halfthumbleft .layer-content { width: 70% !important; }
Let me know for more help.
Regards