Jump to content

Legend Skin Session field


Guest gromit

Recommended Posts

Hi

I have moved the session box to the right hand column which is fine, the problem i have is that i would like the

Welcome Guest on one line and the login \ Register on the line below

have a look at Bridys Site and you should see what i am getting at

thanks in advance for your help

Link to comment
Share on other sites

You will have to make the side columns wider to accommodate. In layout.css:

.colLeft {

position: relative;

left: 0px;

width: 160px;

padding-left: 9px;

padding-right: 5px;

float: left;

}

.colMid {

position: relative;

width: 398px;

float: left;

}

.colRight {

position: relative;

width: 160px;

padding-left: 5px;

right: 9px;

float: right;

You will also have to adjust title boxes:

.boxTitleLeft, .boxTitleRight {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 70%;

color: #09347C;

background-image: url(../styleImages/backgrounds/boxTitleBg.gif);

width: 155px;

height: 15px;

padding-left: 5px;

padding-top: 1px;

Link to comment
Share on other sites

Thanks, i managed to do it using some <br> commands and it looks fine

One thing though, anyone got an idea how i can put a space in after it to create a space between the login area and the shopping cart

My Webpage

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...