Home › Forums › Gillion Theme › Problems with centered elements
Home › Forums › Gillion Theme › Problems with centered elements
Hello,
I am experiencing two problems.
How can I solve these issues? Thank you a lot.
Stefano
3. Actually a similar problem occurs when I try to center more than one image that are on the same line. Instead of getting those two or three images centered AND one next to the other, they appear vertically one under the other.
Hi Stefano,
I hope you are well today and thank you for your questions.
Could you please share me the pages URLs from your site where it is displaying so that i can troubleshoot it?
Best regards,
Shufflehound team
Hello and thank you for your reply. Please check this link, where problems 1 and 2 occur.
Solution for this topic
You can centre align them by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.post-content img.aligncenter { clear: none; } .post-content iframe { margin: 0 auto; }
Great, thank you very much!
You are always welcome here 🙂