Jump to content

Module Layout


Recommended Posts

Hi Everyone,

I've been looking around the forum and can't find an answer to my problem. I am trying to reposition modules lower down the page then the default layout (see attached image). Can anyone give me any guidence as to how I can change the layout of my page to look like the photoshoped image I have attached.

Thanks for your help.

3861_Zt1CEDJqfGYox0cjHwNR_t

Link to comment
Share on other sites

You need to find the code below and add margin-top to the center and right columns

#left_column {
   clear:left;
   margin-left: 1.5px;
   width:199px;
   padding-left: 5px;
}
#center_column {
   width: 560px;
   height: auto;

}
#right_column {
   width: 199px;
   margin-left: 1.5px;
   padding-left: 5px;

Link to comment
Share on other sites

  • 1 year later...

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...