Post by mcadenas » Mon Apr 27, 2015 11:40 pm

Hi friends im trying to change product description width but I cant find where at files product.tpl and stylesheet.ccs I want to make maxwidth, at this time only shows following the gallery image line, thanks!

Newbie

Posts

Joined
Thu Jun 07, 2012 10:31 am

Post by viethemes » Tue Apr 28, 2015 3:13 pm

You can use my own extension Custom JavaScript and add code below

Code: Select all

<script>
$(document).ready(function () {
if ($('body[class*="product-product"]').length) {
$('#content .nav-tabs').wrap('<div id="vie-product-tabs" class="col-xs-12"></div>');
$('.tab-content').appendTo('#vie-product-tabs');
$('#vie-product-tabs').insertAfter('#content .col-sm-4');
}
});
</script>

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 faiz555kr » Sun Mar 13, 2016 8:55 pm

viethemes wrote:You can use my own extension Custom JavaScript and add code below

Code: Select all

<script>
$(document).ready(function () {
if ($('body[class*="product-product"]').length) {
$('#content .nav-tabs').wrap('<div id="vie-product-tabs" class="col-xs-12"></div>');
$('.tab-content').appendTo('#vie-product-tabs');
$('#vie-product-tabs').insertAfter('#content .col-sm-4');
}
});
</script>

Hi viethemes,

Today I'm having the same issue as well, I follow your instruction, but still not working.

Image

Newbie

Posts

Joined
Sat May 02, 2015 4:20 pm

Post by viethemes » Sun Mar 13, 2016 11:53 pm

Could you provide your site URL, so I can take a look at the problem 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 GameLand19 » Sat Mar 02, 2019 3:35 am

I have same problem, I follow your instruction, but still not working...can you help (https://varna.store/коаксиален-кабел-rg6-ccs-305м)
the product description is out of the main frame

User avatar
New member

Posts

Joined
Mon Feb 12, 2018 7:21 pm
Who is online

Users browsing this forum: No registered users and 50 guests