-
Anonymous
Hi there,
I need help with aligning vertical all the elements in one line. As you can see on the screenshot these 3 elements are not in one line. Can you help me align it as i show it with the red line.
Thank you!

Check the problem here legit.casino -
George
Hello,
Regarding the
gb-container-58458f6bcontainer that wraps all the comments. Please, add apadding-leftandpadding-rightvalue of20pxjust for the desktop screen. -
Anonymous
Thanks for you reply,
I want to align the elements according to the element “Latest User comments” so your advice won’t help.
Would you please suggest some other resolution.
Thanks -
George
Hello.
You seem to have this CSS:
.generate-columns-container { margin-left: 0 !important; }Try removing that.
-
Anonymous
Ahh thanks that helped me. I found that this margin-left: 0 is causing the issues.
Would you also please take a look at that page at the bottom and help me how to align the Post Navigation Element to the all other Elements on the page at the right side.
. I’ve tried with minus margin but it only helps on the left side. I can’t move that Element to the right direction which is very weird.Also here on mobile screens i want the post content (the list with numbers) to be the same width as the Header Element and the other elements. Any ideas how to do that without causing overflow issues?
Thank you as always
Regards -
George
Hello,
On the gb-container-99fe8eb7 container, remove
margin-leftandmargin-rightvalues.Then add this CSS:
.single.single-post .paging-navigation {
padding-left: 0;
padding-right: 0;
}On this CSS:
.bb-pagination, .paging-navigation { display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; margin: 20px 10px; }Replace
margin: 20px 10px;withmargin: 20px 0;Regarding the list, add this CSS:
.gb-container-2f50d2ff ol { columns: 4 150px; /* max 4 columns, min 150px each */ column-gap: 2em; } -
Anonymous
Thanks for your reply,
With your help i fixed the first problem and now everything is aligned – check here.
According to the second issue with the list the CSS that you recommended doesn’t help.
Maybe we should convert it to be only for mobile screens?
Regards
- You must be logged in to reply to this topic.