XF 1.5 Just can't find where look at this, suppose PAFE_CONTAINER, but that's pure gibberish for me

Temexter

Member
Licensed customer
Hello folks,

I don't honestly know what have i done, i have fixed dozens of small issues in UI, but now this is something i just can't get a grip on:

Was:

1571737935028.png

Is now:

1571737920516.png

I can't find the template where those reside, or i traced them to PAGE_CONTAINER, but i don't understand a thing how it works and don't find a relevant CSS :confused:

So help once again would be very much appreciated.

Oh, almost forgot, another issue:

That's how forum_list looks like:

1571738162942.png

But thread_list looks like this:

1571738234181.png

How on earth could i make the thread_list look like forum_list, remove that gey space and make the actual thread_list fill the space? I suppose this has as well something to do with bread-stuff :S

Thanks in advance for answers, i really need apparently a PAGE_CONTAINER / "breadcrumbs for dummies course"...

//Temexter
 
Add this to extra.less to reduce gray padding:
Code:
.sectionMain{padding: 2px;}
Cheers @l3ta :)

I should have got that myself as i saw the section name in Chrome Inspect. But got so confused when i didn't find it in any template :confused:

I had to add some padding to message_user_info as it moved to the left border.

Finally i got this fixed. Thanks once again (y)
 
Back
Top Bottom