locate catalog/view/theme/your-theme/stylesheet/stylesheet.css
find this code:
and increase the size of your width..
e.g,
find this code:
Code: Select all
#container {
width: 980px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
e.g,
Code: Select all
#container {
width: 1200px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
this code isnot in my theme.
please see my stylesheet.css and tell how to increas size
http://fexburti.in/catalog/view/theme/d ... esheet.css
please see my stylesheet.css and tell how to increas size
http://fexburti.in/catalog/view/theme/d ... esheet.css
you can find it here:
http://fexburti.in/catalog/view/theme/d ... esheet.css
LINE 67 which line contains:
If you cannot do this, you can also add this code in your http://fexburti.in/catalog/view/theme/d ... esheet.css
add this code :
http://fexburti.in/catalog/view/theme/d ... esheet.css
LINE 67 which line contains:
Code: Select all
#container {
width: 1500px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
add this code :
Code: Select all
#container {
width: 2000px !important;
}
Who is online
Users browsing this forum: Bing [Bot] and 19 guests