Font size and spacing wrong for product title

Home Forums All Other Themes Font size and spacing wrong for product title

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #93424
    Jerome ShortJerome Short
    Member
    • Topics: 7
    • Replies: 17
    • Total: 24
    Member since: May 5, 2015

    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 Short

    #93452
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Do you want to remove the sidebar from this page?

    Regards,
    Dave

    #93519
    Jerome ShortJerome Short
    Member
    • Topics: 7
    • Replies: 17
    • Total: 24
    Member since: May 5, 2015

    Hi 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,
    Jerome

    #93532
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .woocommerce #sitemain { width: 100%;}
    .woocommerce #sidebar { display: none;}

    Regards,
    Dave

    #93556
    Jerome ShortJerome Short
    Member
    • Topics: 7
    • Replies: 17
    • Total: 24
    Member since: May 5, 2015

    Hi Dave,

    Oh, so close. I added the code and it got ride of the sidebar but everything just got bigger on the page.

    Thanks,
    Jere

    #93585
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #93624
    Jerome ShortJerome Short
    Member
    • Topics: 7
    • Replies: 17
    • Total: 24
    Member since: May 5, 2015

    Hi 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 Study

    Thanks,
    Jere

    #93666
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi 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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.