Flat layout in shop widget

Hello,

I am building a shop here www.theadvertisinggroup.co.uk. The issue I am having is that Betheme used to have a flat shop layout option. The flat layout would remove the margin and remove the title and description so all images sat side by side.

Is this still possible?

Comments

  • Hello,

    The shop never had a flat layout style.

    If you want to remove the margin, description, and title, you can write a custom CSS, and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    If you need help with writing it, please, let me know.


    Thanks

  • If thats OK Phil your help would be enormously appreciated. It wasnt the shop was it, it was the blog layout I am thinking of. My mistake

  • Please, use the following code:

    .products li.product{
       width: 25%!important;
       margin: 0!important;
    }
    .products li.product .desc{
       display: none!important;
    }
    

    But it will be better if you put it in the custom CSS section for that page, so it will not affect any other pages.

    Thanks

Sign In or Register to comment.