News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Flagrant_alt Editing Help

Started by Caven, May 08, 2010, 03:45:51 AM

Previous topic - Next topic

Caven

I need someone to edit the Flagrant_alt theme for me there's 2 things I don't like about it that I want changed

#1 That big  gray space thing at the very top



#2 Well this one didn't happen till after I installed the simple portal so if yall can tell me how to fix it I can do this part



Basically I wanna pull up the header at the top so it fits and you don't see that grey bar and I wanna push up that copyright text a little bit so it fits right

Also im using SMF Version 2.0 RC3 if that means anything and here's were the theme is http://custom.simplemachines.org/themes/index.php?lemma=1436 im using the flagrant_alt_203.zip one

bullbreedluverz

You can move the top theheader up by adjusting the padding in this code found in index.css

#bodybg {
background:url("../images/img/bg.gif") repeat-x scroll 0 0 #8F8F8F;
padding-top:38px;
}


As for the copyright a link to your site would help


Caven

#2
Thanks I fixed that part ^_^ here's my site for the other thing wmgrafx.com [nofollow]

bullbreedluverz

can you attatch your index.template.php please, the simpleportal copyright has been placed in between the smf copy right and crips copyright so needs moving

Caven


bullbreedluverz

#5
ok upload the attatched file then in index.css change the following code

from

#foot-r {
height: 25px;
background: url(../images/img/foot-r.gif) 100% 100% no-repeat;
}


to

#foot-r {
height: 35px;
background: url(../images/img/foot-r.gif) 100% 100% no-repeat;
margin-bottom: 10px;
}




The edit I made to the index.template.php was the copyright code changed a little to

// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
echo '
<div id="footer">
<div class="centertext">Flagrant_<b>alt</b> by <a href="http://www.jpr62.com" target="_blank"><b>Crip</b></a></div>
<div id="foot-l">
<div id="foot-r">
<div id="footerarea">
<span class="smalltext">', theme_copyright(), '</span>';

Caven

Dude thank you so much it fixed it %100

bullbreedluverz


Advertisement: