New Landing How can we help? Themeforest Theme Support Neighborhood sidebar on product page is too wide

Viewing 2 posts - 1 through 2 (of 2 total)
  • #133564
    ballisticone
    Member
    Post count: 103

    hi

    i would like to know how to change the size of sidebar on product page.
    it’s too wide, make the main image so small.

    thanks.

    Attachments:
    You must be logged in to view attached files.
    #133842
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit single-product at /neighborhood/woocommerce/

    1- Find this code
    <?php if ($sidebar_config == "left-sidebar") { ?>
    	<article <?php post_class('clearfix span8'); ?> id="<?php the_ID(); ?>" itemscope itemtype="http://schema.org/Product">
    
    Change to :-
    
    <?php if ($sidebar_config == "left-sidebar") { ?>
    	<article <?php post_class('clearfix span9'); ?> id="<?php the_ID(); ?>" itemscope itemtype="http://schema.org/Product">
    
    2- Find this code :-
    <aside class="sidebar left-sidebar span4">
    			<?php dynamic_sidebar($left_sidebar); ?>
    		</aside>
    
    Change to :-
    
    <aside class="sidebar left-sidebar span3">
    			<?php dynamic_sidebar($left_sidebar); ?>
    		</aside>

    Thanks
    Mohammad

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register