Skip Navigation

[Resolved] A strange space of a gallery when inserting into a post

This support ticket is created 2 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by yang-anL 2 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#2353711
2022-05-02.png

I am trying to:
Make the gallery in the center.

Link to a page where the issue can be seen:
hidden link

I expected to see:
Make the gallery in the center.

Instead, I got:
A strange space in the left side, which is not the same wide with the right side. I do some adjustment about the column gap, but it doesn't work. The left side space is just wider.

#2353767

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Yang,

Thank you for getting in touch.

I took a look at this for you. It turns out the problem is being caused by your theme. It is actually adding some default padding to the container area for the gallery given that they share the same class.

You will need to overwrite this by adding this css below.

.post-entry ul{
padding-left:0px !important;
}

I went ahead and already added this to the css section of your content template so the alignment should be fixed now.
Thanks,
Shane

#2355951

My issue is resolved now. Thank you!