Post by uwe_kwigx » Thu Sep 03, 2015 4:04 pm

Hello,
i want to change the content of the information pages. I am aware that i can add a sidebar to the left or right to reduce the width but i want to change it to a specific value.

I didnt find any #content or #information in information.tpl or stylesheet of my theme (default opencart theme).

Image

Newbie

Posts

Joined
Fri Aug 28, 2015 5:22 pm

Post by qahar » Thu Sep 03, 2015 4:40 pm

Site width controlled by Bootstrap class .container which is responsive
You can add custom class to information.tpl then use it to define specific width.

User avatar
Expert Member

Posts

Joined
Tue Jun 29, 2010 10:24 pm
Location - Indonesia

Post by viethemes » Thu Sep 03, 2015 9:26 pm

uwe_kwigx wrote:Hello,
i want to change the content of the information pages. I am aware that i can add a sidebar to the left or right to reduce the width but i want to change it to a specific value.

I didnt find any #content or #information in information.tpl or stylesheet of my theme (default opencart theme).

Image
To do that, you can install my free extension Custom CSSand add code below

Code: Select all

body[class*="information-information"] #content {
	width: 500px;
}

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 uwe_kwigx » Wed Sep 09, 2015 4:06 pm

viethemes wrote: To do that, you can install my free extension
Thank you very much, this worked flawless!

Newbie

Posts

Joined
Fri Aug 28, 2015 5:22 pm
Who is online

Users browsing this forum: No registered users and 4 guests