Home › Forums › All Other Themes › Font size and spacing wrong for product title
- This topic has 7 replies, 2 voices, and was last updated 6 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
February 4, 2018 at 3:47 pm #93424
Hello,
When I go to https://laurieshort.com/shop-2/shop/ and click on one of the products there is only a small space and a large font for the title of the product. Can I open up the space and change the font size to fit better?
Thank you,
Jerome ShortFebruary 5, 2018 at 7:14 am #93452Hi,
Do you want to remove the sidebar from this page?
Regards,
DaveFebruary 6, 2018 at 5:08 am #93519Hi Dave,
You gave me a big hint just by your question. So I took off the sidebar widgets from showing up on that page. I thought I was on a roll but I don’t see how to get the Archive list from showing up. I even took the Archive widget off the Blog Sidebar group and the list is still showing up.
Thanks for any help,
JeromeFebruary 6, 2018 at 10:41 am #93532Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.woocommerce #sitemain { width: 100%;} .woocommerce #sidebar { display: none;}
Regards,
DaveFebruary 6, 2018 at 2:45 pm #93556Hi Dave,
Oh, so close. I added the code and it got ride of the sidebar but everything just got bigger on the page.
Thanks,
JereFebruary 7, 2018 at 5:01 am #93585Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
Remove
.woocommerce #sitemain { width: 100%;} .woocommerce #sidebar { display: none;}
Add this new css there
.woocommerce #sitemain { width:80%; float:none; margin:0 auto;} .woocommerce #sidebar { display: none;}
Regards,
DaveFebruary 7, 2018 at 2:23 pm #93624Hi Dave,
Yes, better but it still leaves the font cramped up in that small space. Ideally, I’d like the spacing opened up in between the rows for the description to fit.
When Changing Nothing
Changes Everything, 8 Week
Video StudyThanks,
JereFebruary 8, 2018 at 5:21 am #93666Hi Jerome,
I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in imgur.com and share the link here.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.