Tagged: x
-
AuthorPosts
-
August 30, 2016 at 12:43 pm #1153742
SkilldonkeyParticipantThanks 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?
August 30, 2016 at 1:58 pm #1153828
RupokMemberHi 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.
August 31, 2016 at 3:55 pm #1155711
SkilldonkeyParticipantDeleted 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.
August 31, 2016 at 7:08 pm #1155913
DarshanaModeratorGlad we were able to help 🙂
December 20, 2016 at 8:08 am #1299346
SkilldonkeyParticipantHi, 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.
December 20, 2016 at 8:57 am #1299400
Nabeel AModeratorHi 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!
December 21, 2016 at 12:36 pm #1300817
SkilldonkeyParticipantThis reply has been marked as private.December 21, 2016 at 4:12 pm #1300979
Nabeel AModeratorHi 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!
December 25, 2016 at 12:48 am #1303796
SkilldonkeyParticipantHi,
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.
December 25, 2016 at 5:29 am #1303913
ChristopherModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1153742 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
