Post by maxuna14 » Fri Aug 24, 2012 2:21 pm

how increas page size in witdh in open cart. thanks!

Newbie

Posts

Joined
Fri Aug 24, 2012 2:20 pm

Post by greensolef » Fri Aug 24, 2012 2:50 pm

locate catalog/view/theme/your-theme/stylesheet/stylesheet.css
find this code:

Code: Select all

#container {
width: 980px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
and increase the size of your width..
e.g,

Code: Select all

#container {
width: 1200px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

New member

Posts

Joined
Tue Jul 03, 2012 2:20 pm

Post by maxuna14 » Fri Aug 24, 2012 3:23 pm

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

Newbie

Posts

Joined
Fri Aug 24, 2012 2:20 pm

Post by greensolef » Fri Aug 24, 2012 4:12 pm

you can find it here:
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;
}
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 :

Code: Select all

#container {
width: 2000px !important;
}

New member

Posts

Joined
Tue Jul 03, 2012 2:20 pm
Who is online

Users browsing this forum: Bing [Bot] and 10 guests