MyBB Community Forums

Full Version: Layout errors - how to solve?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Morning you all.

I'm experiencing some errors in the layout of the forum.
kindly check the pic below
[Image: Q56SsBw.png]

the arrows are pointing to the theads and you can see there is something telling em to have a border-radius. I don't know where it is and i'd love some help.

Also, when trying to post, the window where you write your message gets stretched  and a list of the functions appears as text, refer to image below.
[Image: X4YNfUT.png]


Thank you so much

Website is http://musicforums.org
look in css3.css of the theme (navigate through admin panel themes section)
.thead {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

at themes section of admin panel navigate to the theme properties and try changing the editor style.
(2015-01-28, 01:22 PM).m. Wrote: [ -> ]look in css3.css of the theme (navigate through admin panel themes section)

.thead {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

at themes section of admin panel navigate to the theme properties and try changing the editor style.

You, Sir, are always the best. Thank you very much!