A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi,
I have a questions regarding the space at the top of all the pages...
It is kind of my mistake when I created the Banner to go across the top of the page... I made it just a little bit to big... The top line or 2 of each of the content pages overlaps the image.
Any suggestions which file and what tag I should adjust to get each page to start 2 lines down from where they start now?
Thanks
Phill,
That really depends on how you laid out your page; an easy way to test design tweaks and changes is to use FireBug to view your design; you can select various elements on the page, and FireBug will display the relevant CSS. You can change the CSS in FireBug to see how the changes would affect your design in real-time. Once you're satisfied with your changes, you can change the appropriate CSS in your mojoPortal skin.
Can't you just increase the margin-bottom attribute on the banner container?
Matt
Matt, that still depends on his page structure (if the overlap is due to z-index issues, it won't help), but it's not a bad idea
can you show us? it's hard to debug something you can't see.