Please or Register to create posts and topics.

Topic title below profile picture

Hi! Some topic titles stay below profile picture as image attached. How do I fix it? My forum is https://www.demosuco.com.br/comunidade/

Uploaded files:
  • Screenshot_91.jpg

Hey @josesilvaapers,

this happens because you changed the font size of the forum. You could either change the font size to 14px

#af-wrapper {
    font-size: 14px !important;
}

or add the following CSS to reduce the spacing between image and title:

#af-wrapper .forum-poster-avatar, #af-wrapper .topic-poster-avatar {
    padding-right: 5px !important;
}

 

josesilvaapers has reacted to this post.
josesilvaapers
Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.

It worked. Thank you.

qualmy91 has reacted to this post.
qualmy91