Okay
  Public Ticket #205284
Full Width Individual Product Page
Closed

Comments

  • Aaron started the conversation

    Is there a way to make the individual product pages full width? I managed to remove the product images but just need to make the section full width now. Is there a simple code to place to make this happen. I feel like its almost there but missing one last thing to make this work.

  •  8,470
    Tahir replied

    Hey Aaron!

    Can you please provide url of the page so we can write up some custom css for you. 

    Thanks


    ThemeNectar Support Team 

  • Aaron replied

    There is an addon to remove the image to the left but if there is a code to do it, that would be best. Will there be an option for a full width individual product page?

    http://www.augustingert.com/neptor/store/neptor-npsp01-portable-bluetooth-speaker-red-test/

  •  8,470
    Tahir replied

    Hey Aaron!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    .woocommerce .span_5.single-product-main-image {
        display: none;
    }
    .woocommerce .span_7.single-product-summary {
        width: 100%;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Aaron replied

    Nice! Works well. Thank you. I also noted that this was so post to be a feature for your theme here soon? I read it in an past topic. Reason why I bring it up is because if you search for this function online, woo does not provide any documentation and there appears to be a lot of people wanting this. I found a few themes offering this customization but would be a great selling point if you guys intergrated this into the theme.

  •  8,470
    Tahir replied

    Thanks Aaron for the feedback. Ill add it to the wishlist for future update. 

    Cheers


    ThemeNectar Support Team