Jump to content
WebFlake
  • 0

How to change forum (board) width?


Mr.Aces

Question

Recommended Posts

  • 0
1 hour ago, TO_ProLeague said:

What command i have to enter there @Cookie Monster

No need to tag me when you are getting help like this.

If you don't know how CSS works i think @Velexis  are doing a good job helping you.

If you have no previous HTML or CSS experience rather say that and try to get it, as frustrating to help and keep going on simple things :) 

VAEfvMI.png

Liked what i posted remember to feed me a cookie ->
Or you can add a cookie to myCookieJar

Link to comment
Share on other sites

  • 0

Then we are just going to inspect the problem, right click on the element you want to change.
Check out the code and see what class="..." or id="..." you need, then use some basic CSS things such as margin and padding.

Add the following code to you custom.css file:

html[dir="ltr"] .ipsColumns > .ipsColumn:last-child:not(.ipsPad), html[dir="ltr"] .ipsColumns.ipsColumns_noSpacing > .ipsColumn:not(.ipsPad) {
	padding: 15px;
}

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...