MN Forum

Full Version: Fixing the floats
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
where can i find custom.css??
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.
Thanks for noted.....