Hi I hope you can help.
The pagination looks funny, please take a look at the picture I have attached. It might be the css of the template that cause this break in the layout, but do you know how to solve this little funny problem?
url: http://guitarlir.dk/forum/posts/f61/t27?page=1
Best regards
Martin Sund
The pagination looks funny, please take a look at the picture I have attached. It might be the css of the template that cause this break in the layout, but do you know how to solve this little funny problem?
url: http://guitarlir.dk/forum/posts/f61/t27?page=1
Best regards
Martin Sund
HI Martin.
Without the template (see here) it is OK so something in the template CSS is breaking the layout.
Changing the display of the <li> from inline to inline-block partially fixes it. I suggest that you turn off the CSS compression while you debug.
Bob
Without the template (see here) it is OK so something in the template CSS is breaking the layout.
Changing the display of the <li> from inline to inline-block partially fixes it. I suggest that you turn off the CSS compression while you debug.
Bob
Yes I know that the forum looks pretty without the template, but I don't know how to solve the problem... so maybe I need a little help from a friend...:-)
Hi,
I have checked it, please try this code in the "style" section in the forums admin area:
Best regards,
Max
I have checked it, please try this code in the "style" section in the forums admin area:
.chronoforums .item{margin:0;}
.chronoforums .item:after{content:'';clear:none;display:none;}
Best regards,
Max
This topic is locked and no more replies can be posted.