Please or Register to create posts and topics.

How can I condense the whole forum a little?

Hello! I have this question:

the style of the text on my website is quite condensed, so it doesn’t take too much space. Here is the screenshot of the other page (not forum):

http://prntscr.com/oxgjsm

And here is the screenshot of the forum page:

http://prntscr.com/oxgjz5

I’d like to shrink margin (or padding) – I don’t have enough knowledge of CSS to be honest, so I don’t quite know which one is better to manipulate – of the whole forum (instead of changing margin/padding of each element).

Is it possible to give the whole page with the forum plugin the command – to decrease margin/padding by percentage? So every padding/margin of each element decreases say 50% or 70% for example?

Hello @politadvokatweb

In the first step you can try to use the following css-code:

#af-wrapper .forum-name, #af-wrapper .topic-name {
    padding: 2px !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!