• Hello WordPress Support,

    I hope this message finds you well. I’m currently working on setting up an e-shop using WordPress, and I’ve encountered an issue with the layout of certain elements. Specifically, the price, tags, categories, and text with checkboxes are not aligning in a single row as expected. Instead, they appear below each other, causing a formatting issue.

    For example here: and I would appreciate any guidance on how to address this problem. I’ve tried adjusting the settings, but I haven’t been successful in achieving the desired layout. Also I tried deactivate all plugins one by one and nothing changed.

    Your assistance in resolving this matter would be greatly appreciated.

    Thank you, Dominik

    • This topic was modified 2 years, 5 months ago by James Huff. Reason: link moved to proper field

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

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Add this to the Additional CSS section of the customizer or style book.

    span.tagged_as a, span.woocommerce-Price-currencySymbol {
        display: inline;
    }

    I’m not sure what checkboxes you are referring to. The solution is likely similar, you would need to determine the right selectors to use. Use your browser’s element inspector tool to help you find out.

Viewing 1 replies (of 1 total)

The topic ‘Line wrapping’ is closed to new replies.