MyBB Community Forums

Full Version: Post Icon bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where in CSS can I adjust the post icon bar?

I was trying to put three images side by side into my header and I screwed up my theme. Big time. I've fixed most of the problems but now the post icons (thumb up, thumb down, star, smilie faces, pencil, etc) run vertical down in a giant block in the post message page instead of a horizontal bar across the top of the massage.

Any help would be appreciated.

Thank you for your time.

https://theprosestylist.net/

The wave theme
Hi,

if you could give a test user to check the problem it'll be nice.
(2020-02-14, 12:04 PM)NoRules Wrote: [ -> ]Hi,

if you could give a test user to check the problem it'll be nice.


Here you go, and thank you for your time.
Hi,

Admin Control Panel -> Themes & Templates (Tab) -> Themes -> YOUR THEME -> Global.css -> Advanced edit (tab).

Find:
img {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


Remove the display line. Should be after edit:
img {
    border: none;
    margin-left: auto;
    margin-right: auto;
}

Save, hard refresh the forum (CTRL + F5 in your browser), and check if everything it's OK.