Jump to content

[Solved]Full Width Banner


tdr170

Recommended Posts

Hello to all:

I have figered out a way to have a full width banner with all other header info just below.

The only problem is with the (Welcome Log In ) part of the page (see attached pic) is blow all other elements..

I need to figure out how to move this up just blow the banner and inline with the other elements

(currency, cantact and search box).

 

 

Changed header section of global.css as below.

 

#header_logo {

float: left;

width: 980px;

display: block

}

img.logo {

float: center;

margin-top: 0.2em;

margin-left: 0.5em;

font-size: 2em;

font-weight: bold

}

#header_right {

float: left;

margin-bottom: 0px;

width: 100%;

text-align: right

}

Link to comment
Share on other sites

Got it had to change width in blockuserinfo.css see below. Now I need to add some space below to start of page.

 

(pic deleted)

 

/* block top user information */

#header_right #header_user {

float: right;

width: 220px; - was 535px

text-align: right;

margin-right: 6px

 

 

 

That will be easy change margin bottom to 20 in header section of global.css.

 

I hope this helps someone else trying to have a full page banner.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...