Title: Right Justify
Last modified: August 21, 2016

---

# Right Justify

 *  Resolved [DanGree](https://wordpress.org/support/users/dangree/)
 * (@dangree)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/right-justify/)
 * Hi I have insatlled for a client and it’s great but I’m using Twenty 14 them 
   with no edits and the products are way off to the right.
 * Do you have the CSS to centre or left justify please?
 * [http://portfolio.dsasia.net/clients/?page_id=25](http://portfolio.dsasia.net/clients/?page_id=25)
 * [https://wordpress.org/plugins/ultimate-product-catalogue/](https://wordpress.org/plugins/ultimate-product-catalogue/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Rustaurius](https://wordpress.org/support/users/rustaurius/)
 * (@rustaurius)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/right-justify/#post-5042167)
 * Thanks for pointing that out. If there’s no option to use a full-width template
   for the page, you could add this to the “Custom CSS” box on the catalogue page:
 *     ```
       .prod-cat-container {
       margin-left: -250px;
       }
       ```
   
 *  Thread Starter [DanGree](https://wordpress.org/support/users/dangree/)
 * (@dangree)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/right-justify/#post-5042206)
 * That made no differecne
 *  Plugin Author [Rustaurius](https://wordpress.org/support/users/rustaurius/)
 * (@rustaurius)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/right-justify/#post-5042228)
 * Hey Dan,
 * When I load the page, you’re missing the “px” after the
 * `margin-left: -500`
 * that you’ve got right now.
 *  [Mikoyan](https://wordpress.org/support/users/mikoyan/)
 * (@mikoyan)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/right-justify/#post-5042234)
 * Actually, Rustaurius + DanGree I believe it’s:
 * .entry-content {
    margin-left: 0px; }
 * P.S. – can’t seem to be able to figure out how to tweak “height” in responsive
   mobile mode…. Nice work!!
 *  Plugin Author [Rustaurius](https://wordpress.org/support/users/rustaurius/)
 * (@rustaurius)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/right-justify/#post-5042246)
 * You`re looking to change the height of the thumbnails?
 *  [Mikoyan](https://wordpress.org/support/users/mikoyan/)
 * (@mikoyan)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/right-justify/#post-5042248)
 * No, I’m talking of .prod-cat-inner height in mobile view
 *  Plugin Author [Rustaurius](https://wordpress.org/support/users/rustaurius/)
 * (@rustaurius)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/right-justify/#post-5042253)
 * What’s the problem with it? It’s not setting itself dynamically?
 * Depending on the size of the device, you could use a media query similar to:
 *     ```
       @media only screen and (max-width: 664px){
       		.prod-cat-inner height {
       				height: 100%;
       		}
       }
       ```
   
 * I’m not exactly sure what height value you’re trying to set though.
 *  [kjslusher](https://wordpress.org/support/users/kjslusher/)
 * (@kjslusher)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/right-justify/#post-5042267)
 * Might sound like a dumb question, but where exactly is the custom css box on 
   the catalogue page?
 * I’ve tried putting it into the html “text” on the page I have designated as my
   store with the plugin code. I’ve looked at the editor style sheet css. Doesn’t
   work there. I’ve also tried the plugin settings. On the product page there is
   a place to add custom fields but that doesn’t work. And I am using Chrome for
   that.
 * Help please! 🙂
 *  [kjslusher](https://wordpress.org/support/users/kjslusher/)
 * (@kjslusher)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/right-justify/#post-5042268)
 * Never mind! I found it. For those looking – it’s under the plugin settings where
   you edit the catalogue. I had to adjust the number to fit my screen but it works
   great. Thanks anyway!!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Right Justify’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-product-catalogue/assets/icon-128x128.png?rev=1805317)
 * [Ultimate Product Catalog](https://wordpress.org/plugins/ultimate-product-catalogue/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-product-catalogue/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-product-catalogue/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-product-catalogue/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-product-catalogue/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-product-catalogue/reviews/)

 * 9 replies
 * 4 participants
 * Last reply from: [kjslusher](https://wordpress.org/support/users/kjslusher/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/right-justify/#post-5042268)
 * Status: resolved