Jump to content

FULL Screen


degger

Recommended Posts

theme yang digunakan prestashop itu fixed width, ga liquid. jadi kalopun dibuat full screen jadi aneh tar kecuali themenya dimodif total. coba perhatikan baris css ini :

 

 

#page {
width: 980px;
margin: 0 auto 2px auto;
text-align: left
}
#left_column {
clear: left;
width: 191px;
margin-right: 21px;
overflow: hidden
}
#center_column {
width: 556px;
margin: 0 0 30px 0;
overflow: hidden
}
#right_column {
width: 191px;
margin-left: 21px;
overflow: hidden
}

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