Post by pamvz » Mon Feb 02, 2015 11:06 pm

Can anybody tell me where I can change the size and background colour of the filter box in the left column for Opencart 2.1?
It should be somewhere in the stylesheet, but I cannot find it. In Opencart 1.5 it was easy; called ul.box-filter, but in 2.1?? HELP

New member

Posts

Joined
Mon Jan 25, 2010 1:24 am

Post by viethemes » Mon Feb 02, 2015 11:32 pm

pamvz wrote:Can anybody tell me where I can change the size and background colour of the filter box in the left column for Opencart 2.1?
It should be somewhere in the stylesheet, but I cannot find it. In Opencart 1.5 it was easy; called ul.box-filter, but in 2.1?? HELP
The filter box has new class list-group. You can use it in the stylesheet.
Or you may like this extension Live Theme Editor to customize the OpenCart 2 default theme completely.

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by pamvz » Tue Feb 03, 2015 12:12 am

Thanks, I already had found that one, but I cannot change the column width and the top header here...

New member

Posts

Joined
Mon Jan 25, 2010 1:24 am

Post by viethemes » Tue Feb 03, 2015 12:24 am

pamvz wrote:Thanks, I already had found that one, but I cannot change the column width and the top header here...
You can change #column-left, #content, #column-right to widths you need.

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by pamvz » Tue Feb 03, 2015 2:33 am

Can only find #content, already changed some in there, but there is no #column-left or #column-right. The only thing I can find is at the end (line 719), but I thought that's for smaller devices, since it says: @media (min-width: 768px)

New member

Posts

Joined
Mon Jan 25, 2010 1:24 am

Post by viethemes » Tue Feb 03, 2015 6:47 pm

pamvz wrote:Can only find #content, already changed some in there, but there is no #column-left or #column-right. The only thing I can find is at the end (line 719), but I thought that's for smaller devices, since it says: @media (min-width: 768px)
Could you provide your site, so I can take a look at it closer?

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by pamvz » Tue Feb 03, 2015 10:04 pm

http://www.pamswebdesign.com/Bijons...
The filterbox is in category Houses. I would just like this box to be a bit smaller and maybe change the background colour. Maybe you can also help with the width of the container... As you can see the filterbox is perfectly aligned with the top and footer, but the container is widther. I already tried to add 'width: 98%;' to #content, but doesn't work. The same goes for the category Alentejo. This container is also not aligned.

Thanks, Pam

New member

Posts

Joined
Mon Jan 25, 2010 1:24 am

Post by viethemes » Tue Feb 03, 2015 10:14 pm

pamvz wrote:http://www.pamswebdesign.com/Bijons...
The filterbox is in category Houses. I would just like this box to be a bit smaller and maybe change the background colour. Maybe you can also help with the width of the container... As you can see the filterbox is perfectly aligned with the top and footer, but the container is widther. I already tried to add 'width: 98%;' to #content, but doesn't work. The same goes for the category Alentejo. This container is also not aligned.

Thanks, Pam
Could you check your url? It is not available.

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by pamvz » Tue Feb 03, 2015 10:20 pm

Never mind the second problem; I just made the other ones (menu and breadcrumps) widther...

New member

Posts

Joined
Mon Jan 25, 2010 1:24 am

Post by pamvz » Wed Feb 04, 2015 12:56 am

It's working, it is including the 3 dots at the end (I know it's a bit stupid, but it's just temperarely).

http://www.pamswebdesign.com/Bijons....

New member

Posts

Joined
Mon Jan 25, 2010 1:24 am

Post by viethemes » Wed Feb 04, 2015 10:01 pm

pamvz wrote:It's working, it is including the 3 dots at the end (I know it's a bit stupid, but it's just temperarely).

http://www.pamswebdesign.com/Bijons....
You try adding add code below at the end of the stylesheet.css

Code: Select all

@media (min-width: 768px) {
	#column-left.col-sm-3 {
		width: 20%;
	}

	#content.col-sm-9 {
		width: 80%;
	}
}

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by pamvz » Thu Feb 05, 2015 12:01 am

Thanks, that's working.

New member

Posts

Joined
Mon Jan 25, 2010 1:24 am

Post by viethemes » Thu Feb 05, 2015 1:48 am

pamvz wrote:Thanks, that's working.
Glad to hear that the problem is solved :)

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm

Who is online

Users browsing this forum: No registered users and 9 guests