Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 VP-Cart 8.0 Hint''s and Tips
 Adjust Left and Right Column Widths
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Mark Priest
VP-CART Expert

United Kingdom
580 Posts

Posted - May 14 2015 :  09:44:38  Show Profile  Reply with Quote
I really like the default template but wanted to reduce the left and right column widths.

** ALWAYS BACK UP FILES BEFORE YOU CHANGE ANYTING **

Open the main-responsive.css file located in /templates/default/css

Find this section.

@media (min-width: 995px) {
	.content-wrapper > .row > #vp_leftsidebox > .col-md-3,
	.content-wrapper > .row > #vp_rightsidebox > .col-md-3 { 
		width: 22%; 
	}
	.content-wrapper > .row > #vp_leftsidebox > .col-md-pull-6 {
		right: 56%;
	}
	.content-wrapper > .row > .col-md-push-3 { 
		left: 22%;
	}
	.content-wrapper > .row > .col-md-6 {
		width: 56%;
	}
}


The bits we want to change are in BOLD. If you look the two smaller numbers (22%) added together with the larger number make 100% and this is what needs to be retained.

Here''s a snapshot of the above settings.

http://screencast.com/t/lExNffYy

I''ve wanted to make the columns slightly smaller so we could get more in the middle.

@media (min-width: 995px) {
	.content-wrapper > .row > #vp_leftsidebox > .col-md-3,
	.content-wrapper > .row > #vp_rightsidebox > .col-md-3 { 
		width: 19%; 
	}
	.content-wrapper > .row > #vp_leftsidebox > .col-md-pull-6 {
		right: 62%;
	}
	.content-wrapper > .row > .col-md-push-3 { 
		left: 19%;
	}
	.content-wrapper > .row > .col-md-6 {
		width: 62%;
	}
}


And here''s the result.

http://screencast.com/t/yHDyOOIKEf


Regards,

Mark

Mark Priest
VP-CART Expert

United Kingdom
580 Posts

Posted - May 14 2015 :  09:47:53  Show Profile  Reply with Quote
This will change the widths on screens larger than 995px

Regards,

Mark
Go to Top of Page

motonet
VP-CART New User

Spain
79 Posts

Posted - May 14 2015 :  19:31:57  Show Profile  Reply with Quote
Hi Mark

Thanks to share

Saludos
Diego
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00