Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1438491

    Hi. I would like to do two things and I need a hand with both, please.

    1. On my homepage I would like to expand the Product Grid (aka Best Selling Images) to full width.

    2. I also want the “Sort By” and “Display” dropdown boxes in that same feature to disappear and stay gone.

    Thank you.

    #1438499

    Hey KQed0428,
    Thanks for the link to your site, but the login doesn’t allow me to add css, so you will need to add this to achieve what you are asking;
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.home .product-sorting {
    	display: none;
    }
    .responsive #top.home #av_section_3 > .container {
    	  max-width: 100%;
    	  padding: 0;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1438501

    Hi Mike,

    It works perfectly. Thank you! I appreciate it.

    Best regards,

    Tamra

    #1438506

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Product Grid Full-Width’ is closed to new replies.