• Resolved bizcoach_blogger

    (@bizcoach_blogger)


    How do I remove the white space on the product page between the product name and the price, and also between the price and the attributes?

    The white space between each of these is pushing the short description way down on the page.

    How can I remove that white space?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Jarret

    (@jarretc)

    Hi, you can add the following into Appearance->Customize->Additional CSS

    .single-product div.product p.price {
      margin: 0px !important;
    }
    Thread Starter bizcoach_blogger

    (@bizcoach_blogger)

    Thank you @jarretc. This did remove some of the white space and it looks a LOT better.

    Thank you!

    Jarret

    (@jarretc)

    You’re welcome! Please make sure to mark this post as Resolved in the right hand sidebar.

    Thanks!

    Kudos @jarretc, thanks for the CSS help here. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing White Space Between Product Name, Price and Attributes’ is closed to new replies.