Not Solved CSS after upgrading MyBB
#5
Not Solved
global.css - around line 442

.trow1 .smalltext, .trow2 .smalltext {
    width: 80%;
    float: left;
    padding: 3px 0 5px 7px;
}

you can try removing width & float properties by commenting out (like below)
.trow1 .smalltext, .trow2 .smalltext {
   /* width: 80%; */
   /* float: left; */
    padding: 3px 0 5px 7px;
}

remember hard refreshing your browser [eg. press CTRL + F5]
on member registration page to check the style changes ..
Reply


Messages In This Thread
CSS after upgrading MyBB - by johnthan - 2018-04-29, 01:06 PM
RE: CSS after upgrading MyBB - by .m. - 2018-04-30, 02:04 AM
RE: CSS after upgrading MyBB - by johnthan - 2018-04-30, 06:39 AM
RE: CSS after upgrading MyBB - by .m. - 2018-04-30, 06:52 AM
RE: CSS after upgrading MyBB - by .m. - 2018-04-30, 07:25 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)