Title: change layout plugin
Last modified: August 22, 2016

---

# change layout plugin

 *  Resolved [melvind91](https://wordpress.org/support/users/melvind91/)
 * (@melvind91)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/change-layout-plugin/)
 * Hi,
 * I am trying to change the layout of my shop. I would like to delete the description
   bellow the pictures. I already changed the css file and the name of the layout
   in de css file but I don’t get any result.
 * Could you help me?
 * Best Regards
 * [https://wordpress.org/plugins/tradetracker-store/](https://wordpress.org/plugins/tradetracker-store/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [RPG84](https://wordpress.org/support/users/rpg84/)
 * (@rpg84)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/change-layout-plugin/#post-5670503)
 * Hi,
 * You have to add this to the style.css of your template (so not in the plugin 
   itself)
 *     ```
       .store-description {
   
       Display: none;
   
       }
   
       .store-outerbox {
   
       min-height: 280px !important;
   
       }
   
       .store-footer {
   
       min-height: 50px !important;
   
       }
       ```
   
 * The full explanation can be found on the forum: [http://wpaffiliatefeed.com/forums/?vasthtmlaction=viewtopic&t=135](http://wpaffiliatefeed.com/forums/?vasthtmlaction=viewtopic&t=135)

Viewing 1 replies (of 1 total)

The topic ‘change layout plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tradetracker-store.svg)
 * [Tradetracker-Store](https://wordpress.org/plugins/tradetracker-store/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tradetracker-store/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tradetracker-store/)
 * [Active Topics](https://wordpress.org/support/plugin/tradetracker-store/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tradetracker-store/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tradetracker-store/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [RPG84](https://wordpress.org/support/users/rpg84/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/change-layout-plugin/#post-5670503)
 * Status: resolved