• Resolved Rebecca Tregurtha

    (@blue-radish)


    I am having the same problem that seems to have come up before in the forum but seems to require unique code for each theme. I have tried using the code given to others but the problem of the images aligning to the left persists. I only have a couple of products loaded while I try to get my site working at

    https://www.blueradish.com.au

    but I have tried changing the size of the images and the thumbnails and that hasn’t worked either. I wonder if you have anything you could suggest. I am using the Gommero theme from InkThemes.

    Also, can you tell me why the font used in the “all products” page is different from that used when you go into a particular category? I prefer the one on the category page.

    I am a complete newbie (about 2 weeks old!) so I need baby steps! ??

    Thank you in advance…
    Rebecca

    https://www.ads-software.com/plugins/wp-catalogue/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Hey Rebecca, no worries, we all start somewhere!

    1.) I think that your weird font issue is caused by having the [wp-catalogue] shortcode within <code> tags or bacticks inside the page editor. Go into the page and make sure that the shortcode is not inside <code> tags or backticks.

    2.) The layout issue is caused because the right column (called ‘col-2’ in the plugin) that holds the product thumbnails is too wide for the space available in your theme. In your case, you need to add this code to your theme css:

    #wpc-col-2 {
    width: 653px !important;
    }

    That should help ??
    Oh if you like the plugin please leave a rating/review here.

    Thread Starter Rebecca Tregurtha

    (@blue-radish)

    Thanks Maeve. Both those things worked perfectly!

    Thank you! I have another question but it is unrelated so I’ll start another post…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Layout to the left’ is closed to new replies.