We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Changing Splash Screen Header | Forum

Topic location: Forum home » Support » General Questions
Adrian
Adrian Oct 28 '11
Guys/Gals

Anyone know which file I have to edit to change the padding-top numbers in the Splash Screen - I need to reduce from 300 to 10.

<stylemedia="all"> .splash_screen_cont{ width:500px; margin:0 auto; padding-top: 300px; }

Thanks Guys and Gals
The Forum post is edited by Adrian Oct 28 '11
Keelan Leader
Keelan Oct 28 '11
/public_html/ow_system_plugins/base/views/controllers/base_document_splash_screen.html

After you have edited it, delete all the files in:

/public_html/ow_smarty/template_c/

This is the "cache" so deleting this will re-populate your pages with the html/css updates.

Really annoys me how they do this and not just put it in the css file. They do this with the maintenance page too.