[post grid premium ] need help modifying Skin type HalfThumbLeft

0
[post grid premium ] need help modifying Skin type HalfThumbLeft 1
amrish
Nov 12, 2016 10:34 AM 1 Answers General
Member Since Mar 2016
Subscribed Subscribe Not subscribe
Flag(0)

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 🙂

[post grid premium ] need help modifying Skin type HalfThumbLeft 2

2 Subscribers
[post grid premium ] need help modifying Skin type HalfThumbLeft 1
[post grid premium ] need help modifying Skin type HalfThumbLeft 4
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
[post grid premium ] need help modifying Skin type HalfThumbLeft 5
PickPlugins
Nov 12, 2016
Flag(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

Sign in to Reply
Replying as Submit