A little issue I cant get right?
 
Forum > Technical Support > A little issue I cant get right?



EoooDares111


Registered : 28/09/2009
Location : UK / Germany
United Kingdom

User is offline

I have been trying to get a few niggling things done on my site, but i think im at the limits for my coding (not that I know any).  Could you do me a lil tiny favor when u have time?  the menu that dispalys undet my banner(header)  can u make the writing move to the right hand side?  Everytime i try it, it just disapears and i cant get it back unless i re-install all my files from backup?

Also can u give me a hand as to how to change the background from that too?  When i do the image replacement thingy it messes the whole site up?  It must be linked to all the other backgrounds, as when i change just that one object, ALL the other backgronds change too?  Any ideas on this?

BlackICE


Registered : 08/03/2009
Location : Surrey
United Kingdom

User is offline

Hi EoooDares,

To align the text right on the menu you needed to do this in your themes boku.css file:

#mainmenu {

...

text-align: right; (this was previously left)

...

}

I also added:

#mainmenu ul {
    margin-right: 20px;
}

Adding a margin to the right stopped the text overflowing the menu.

I have also changed the content_background.png for the menu to be menu_background.png, so if you change menu_background.png it won't effect the rest of the site.

I've made all these changes for you! So check em out.



This message was edited by BlackICE on 20/12/09



Boku.co.uk - Dev Team

EoooDares111


Registered : 28/09/2009
Location : UK / Germany
United Kingdom

User is offline

your the man!  thanks for that mate!!