Hi all,
I'm really new at this.
I'd like to use just the navigation bar from the Coffee Bar theme, and put it into the similar Coffee Cup/Competition theme.
I like the Coffee Bar theme, but don't care for the fixed width, and couldn't figure how to change it....
Hope this makes sense.... Thanks for any info !
Navigation bar from Coffee Bar Theme
Hi
If you're using the latest Serendipity 1.2 release you could use the new bulletproof template to easily recreate my coffecup/competition theme with navigation menus positioned anywhere you like. If you're not confident of doing this, I should have some time at the end of this week and I'll do it and post it for you to download.
Alternatively, you could try changing the fixed widths in coffee bar to percentages. If you're using the default (blue) colourset you need to change the widths in the blue.css file for the classes/ids as shown below.
I've only had time to check this in FireFox quickly this morning so you may need to adjust the widths above for IE.
HTH
Dave
If you're using the latest Serendipity 1.2 release you could use the new bulletproof template to easily recreate my coffecup/competition theme with navigation menus positioned anywhere you like. If you're not confident of doing this, I should have some time at the end of this week and I'll do it and post it for you to download.
Alternatively, you could try changing the fixed widths in coffee bar to percentages. If you're using the default (blue) colourset you need to change the widths in the blue.css file for the classes/ids as shown below.
Code: Select all
div#wrapper
width: 95%;
#mainpane
width: 100%;
.menu
width: 100%;
#serendipity_banner
width: 100%;HTH
Dave
Code: Select all
div#wrapper
width: 95%;
#mainpane
width: 100%;
.menu
width: 100%;
#serendipity_banner
width: 100%;Dave,
I used the above code on the blue.css file, and while it did make the width dynamic, it clipped the header/navigation from the main content.
Here's the pic:
