• Resolved veks20

    (@veks20)


    Hi there i am having some formatting issues in that the add button is not at all close to the +_, ive tried various snippets with no luck.

    Appreciate any advice you may have.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wooassist

    (@wooassist)

    hi @veks20

    try adding these codes to your css

    body ul.products li.product .button {
    	position: relative;
    }
    
    html[lang="en-US"] .quantity::before {
    	content: "";
    	margin-right: 0;
    }

    this will fix the layout but the part where the +/- buttons disappear on hover, that is a feature of your theme so you will have to ask your theme provider how to override that.

    Thread Starter veks20

    (@veks20)

    Thank you, yep that helped with the alignment will hit up the theme provider and see if we can resolve the hover state. Much appreciated ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘formatting issues’ is closed to new replies.