Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1153742
    Skilldonkey
    Participant

    Thanks for building this amazing theme. Ive managed to accomplish building my site using cornerstone and when I’ve faced challenges I’ve found almost every answer on this forum.
    Except for this one hitch. I cannot get my woocommerce page to display the image size 150*150px. I tried the CSS but Its still not working out http://skilldonkey.com/skills-marketplace/

    .page .entry-product .entry-featured {
    width: 150px !important;
    margin: 0 auto;
    }

    Also how can I know which CSS is which so as to not accidentally delete or change anything?

    #1153828
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can try this :

    .woocommerce .cols-4 li.product, .woocommerce.columns-4 li.product {
      width: 150px;
    }
    
    .woocommerce li.product .entry-header h3 {
      font-size: 16px;
    }

    Hope this helps.

    #1155711
    Skilldonkey
    Participant

    Deleted some old css and it worked. Maybe there was a conflict between that and the settings for the “Grid” plugin.

    Applied the shared CSS all the same and it works just fine. Thank you.

    #1155913
    Darshana
    Moderator

    Glad we were able to help 🙂

    #1299346
    Skilldonkey
    Participant

    Hi, I thought I had got this problem resolved but it looks like I’m still stuck with it. I can’t get my page to display the way I want it. I want to get my product page to display images of 90*90 pixels in a row of six columns. Instead I’m stuck with these huge blurry boxes. Screenshot attached.

    #1299400
    Nabeel A
    Moderator

    Hi again,

    I tried checking your site but it under construction mode. Can you please give the site access in a private reply so we can take a look?

    Thanks!

    #1300817
    Skilldonkey
    Participant
    This reply has been marked as private.
    #1300979
    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the credentials. Please try adding the following code in your Customizer:

    .woocommerce li.product .entry-featured {
        width: 90px !important;
        margin: 0 auto !important;
    }
    .woocommerce li.product .entry-header h3 {
        font-size: 19px !important;
        line-height: 1.5 !important;
        text-align: center !important;
    }

    Let us know how this goes!

    #1303796
    Skilldonkey
    Participant

    Hi,

    Thank you. I managed to get the Image size fixed. Just stuck with the number or columns. Noticed that customizing woocommerce in X gives me the options of setting a maximum of 4 columns. Is there anything I can do to override that.

    #1303913
    Christopher
    Moderator

    Hi there,

    We can’t help you with editing main shop template as it requires custom development which is outside the scope of our support and . But you can setup a custom shop page with shortcodes, see : https://docs.woocommerce.com/document/woocommerce-shortcodes/

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1153742 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>