Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Rustaurius

    (@rustaurius)

    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

    (@dangree)

    That made no differecne

    Plugin Author Rustaurius

    (@rustaurius)

    Hey Dan,

    When I load the page, you’re missing the “px” after the

    margin-left: -500

    that you’ve got right now.

    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

    (@rustaurius)

    You`re looking to change the height of the thumbnails?

    No, I’m talking of .prod-cat-inner height in mobile view

    Plugin Author Rustaurius

    (@rustaurius)

    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.

    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! ??

    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.