Jump to content
WebFlake
  • 0

How to make separate colum like this?


daniyalhasan

Question

Zuswdh0.png

 

By default IPB 3.x has these but they are not in a good manner. Can anyone tell me how to add these in good manner like in the image. Each are in columns and showing separate things in their column, In IPB by default they are mixed and are not in columns like the image,

 

Thanks guys if could help me. 


Anyone here who can help?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

This  is done with css, under acp --> look and feel --> your template --> css --> ipb_style.css and search for 

table.ipb_table td {padding: 10px; } 

then add  

border-bottom: 1px solid #E6DDDD;  border-right: 1px solid #E6DDDD;

on the end, should look like this

table.ipb_table td {
padding: 10px;  border-bottom: 1px solid #E6DDDD;
  border-right: 1px solid #E6DDDD;
}
  • Upvote 2
Link to comment
Share on other sites

  • 0
  • Administrator

The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.

If you have other questions, please open a new topic.

Link to comment
Share on other sites

×
×
  • Create New...