check your includes/templates/yourtemplate/css/stylesheet.css
You have:
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:200px;
}
Height should be set to 150px
check your includes/templates/yourtemplate/css/stylesheet.css
You have:
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:200px;
}
Height should be set to 150px
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Also, there are may extra <p> tags in your main_page as suggested by Kobra, you should remove them. When you are at the Define Page Editor, remember to set text-editor to plain-text instead of html to be able to see and edit those.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Kobra,
Ok, I got it. I deleted the extra "red stuff" in text editor.
Looks like I moved up a bit.
Just trying to clean the rest.
Thanks...
Peter
Try setting height in css for this to auto:
Code:#logoWrapper{ background-image: url(../images/header_bg.jpg); background-repeat: repeat-x; background-color: #ffffff; height: auto; }
Zen-Venom Get Bitten
Kobra, set it to auto will not work, because the div will automatically shrink to the size of the content, not the background image, which is not what we want here.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Tried Auto and it took away my header.
set it back to 150px and it looks fine.
But... my sidebar font has changed? and colors?
strange?
Any help?
Just when I thought I could retire for the night.
Thanks all!
Peter
I found the spot where to change the sidebar font.
Went from 10px to 8px.
But the change previous, change my font colors in the side bar and some pages?
Also, the home and login are small again.
Anyone take a guess?
Thanks again!
Peter
Please list the changes you want to make, if possible, take a screenshot of the page and comment on it. This will be very easy, we just need to know exactly what you want to accomplish.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
OK yellow, will do...
Thanks!