Jump to content

columns


Recommended Posts

It can be done because every page has main id in <body> section i.e. <body id="cms"> for page you suggested. So you can easily specify styling for this page:


#cms #center_column {
    float: left;
    margin-left: 20px;
    width: 430px !important;
}
#cms #right_column {
    clear: none !important;
    display: block !important;
    float: left !important;
    margin-left: 20px !important;
    width: 250px !important;
}

The thing is it's for group of pages so this settings will be applied for all cms pages: About us, Terms and conditions, etc.

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