MyBB Community Forums

Full Version: Change padding in content
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Can you create a test admin account so we can look at your css? It's being called from trow1 so it must be a padding or margin element.

tr td.trow1:first-child, tr td.trow2:first-child, tr td.trow_shaded:first-child {
    border-left: 0;
    padding-left: 1px;
}

tr td.trow1:last-child, tr td.trow2:last-child, tr td.trow_shaded:last-child {
    padding-right: 3px;
}

Replace the values for padding-left and padding right. I put 20px on both sides in dev tools and it works perfectly.
OK sign in using your handle here or simular and I'll make you a tester admin. We can communicate onsite using the private messaging. Theres noone on the site as i just finishing building it up.

http://mylovedoll.uk/member.php?action=r...referrer=1
.agreement .trow1{padding-left:10px !important; padding-right:10px !important;}


try this css code it will work 
adjust padding as per your requirement
BR
Mujeeb
(2022-08-08, 04:35 AM)mujeebdgk Wrote: [ -> ]
.agreement .trow1{padding-left:10px !important; padding-right:10px !important;}


try this css code it will work 
adjust padding as per your requirement
BR
Mujeeb

Getting some success. Registration window now fixed, Thanks guys!

I have managed to fix the alignment for trow1 and 2 as well, There's just the last column of the forums where the text that is "aligned right" touches the edge of the box that needs fixing now in last column....

Wink

Gary
Pages: 1 2