How can I condense the whole forum a little?
Quote from politadvokatweb on August 26, 2019, 3:48 amHello! 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! 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):
And here is the screenshot of the forum page:
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?
Quote from Asgaros on August 26, 2019, 7:32 amHello @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; }
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; }