• Resolved devilmakq

    (@devilmakq)


    For a long time, I have found this problem with many of my clients websites and mine too. There will always be this weird spacing below the title, it is around 20px margin below it. In every latest installation of oceanwp on my client works, I have ran into this problem.
    One more problem which I have faced repeatedly is the star rating not showing until someone rates it first which leads to a random space between title and price. I like this theme a lot but these issues have made me want to switch to another theme so that I can provide my client faster work and stable work.

    Let me know how I can fix this issue of removing the spacing altogether.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter devilmakq

    (@devilmakq)

    Also doing this helps and fixing all the alignment issues.

    h1, h2, h3, h4, h5, h6 {
    /* margin: 0 0 20px; */
    }

    But I don’t know how to do it to only product archives and on all product archives. And also if it will mess up all the h2 tags in site as the above code is for h2 tag.

    Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .product-type-simple > div > ul > li.title, .product-type-variable > div > ul > li.title, .product-type-grouped > div > ul > li.title, .product-type-external > div > ul > li.title {
        margin-bottom: -10px !important;
    }
    
    Thread Starter devilmakq

    (@devilmakq)

    Thank you. It’s working perfectly.

    You are most welcome and glad to know that solution worked well.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Archive Products Spacing’ is closed to new replies.