Change container settings

Ticket for: Combo Blocks
0
Change container settings 1
Anonymous
Dec 20, 2020 08:30 PM 1 Answers
Member Since Jan 1970
Unsolved Solved Mark as Solved Mark as Unsolved
Subscribed Subscribe Not subscribe
Flag(0)

Hi PickPlugins team,

I'm using your Post Grid free plugin for WordPress. The issue I want to get help for is narrowing down the container (area behind the grid) (with width). Whatever I do to the custom CSS part, I couldn't do it. Actually, what I want is to put multiple grids side by side.

Hope you reply as soon as possible.

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Change container settings 2
PickPlugins
Dec 22, 2020
Flag(0)

Welcome to our forum.

you can use the following class selcetor

.post-grid {
width: 300px;
}

id selector also available

#post-grid-123{}

Sign in to Reply
Replying as Submit