• Resolved adaml4458

    (@adaml4458)


    I’m trying to move the “IN STOCK” text next to the price (left or right of the price) but having no joy.

    Ive been able to move it above,bm below, left and right of the ADD TO CART section but can’t seem to move it next to the price, maybe because I’m using the UX BUILDER PAGE BUILDER so I have edited the standard layout therefore no options I can find online work ?? anyone got any ideas on what code to use to move it?

    any help is greatly appreciated ??

    Link to product page: https://www.theminifigurestore.uk/shop/lego-marvel-x-men-x-jet-buildable-toy-76281/

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

Viewing 1 replies (of 1 total)
  • Plugin Support Beauty of Code (woo-hc)

    (@beautyofcode)

    Hey there ??

    Thanks for reaching out!

    It looks like you are having some difficulty aligning the “in stock” text with the item price on the single product page, correct?

    Can you try adding the following custom CSS to Appearance?→ Customize → Additional CSS?and see if this does the trick:

    /* Align in stock text with product price */
    p.stock.in-stock?{
    	float: center !important ;
    }

    This is how it displays on my end after using the CSS:

    If this isn’t working as expected on your end, I’d suggest reaching out to the theme developers to see if they have a workaround to achieve this, as it seems to be a design coming from your theme.

    I believe you are using the Flatsome theme, yes? If so, you can reach out to their support here:

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Move “IN STOCK” next to price’ is closed to new replies.