MN Forum
Fixing the floats - Printable Version

+- MN Forum (http://forum.mn-shop.com)
+-- Forum: Products (http://forum.mn-shop.com/forum-products.html)
+--- Forum: Mods & Customisations (http://forum.mn-shop.com/forum-mods-customisations.html)
+--- Thread: Fixing the floats (/thread-fixing-the-floats.html)



Fixing the floats - Jones - 12-20-2012

Out of the box PES has some troubles with floats not clearing correctly. I fixed this in a way I found very usefull and I did not encounter any problems.

in Header.php:
Change:
Code:
Hidden content for guests
to
Code:
Hidden content for guests

and also change:

Code:
Hidden content for guests
to
Code:
Hidden content for guests

And add the following in a custom.css:
Code:
Hidden content for guests



RE: Fixing the floats - zero - 12-21-2012

where can i find custom.css??


RE: Fixing the floats - Jones - 12-21-2012

you need to make it yourself, and put in inside theme/pes then put the following line in header.php:
PHP Code:
Hidden content for guests 
it should look like this:
PHP Code:
Hidden content for guests 
or you can also put the css in theme/pes/style.css but then if the css file will be updated with a new version you will lose the changes.


RE: Fixing the floats - zero - 12-21-2012

Thanks for noted.....