• Resolved wholisticyou

    (@wholisticyou)


    hello Guys,

    In product details page below Description ( technical information)how can I keep left align. By default its appear right and length of description is too long.

    Anyone can help me ?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @wholisticyou,

    To align the technical information section below the product description to the left instead of the default right alignment, you can use custom CSS. Here’s how you can achieve this:

    1. Go to your WordPress dashboard.
    2. Navigate to “Appearance” > “Customize.”
    3. In the Customizer, go to “Additional CSS.”

    Add the following CSS code to left-align the technical information section:

    .single-product .woocommerce-product-details__short-description {
        text-align: left;
    }

    This code targets the specific class that wraps the technical information section on the product details page and sets its text alignment to left.

    After adding this CSS, the technical information section should be aligned to the left on your product details page. If you’re using a custom theme or a page builder, the class names may vary, so you might need to inspect the HTML and adjust the CSS selectors accordingly.

    Thread Starter wholisticyou

    (@wholisticyou)

    Sorry its not working.

    Hi,
    I can see that the full summary div is kept on a float right. So you can’t just take technical information on the left side. You will need more customization for this. Unfortunately, I can’t.

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {

    float: right;

    }

    Thread Starter wholisticyou

    (@wholisticyou)

    Thanks for your information.

    Plugin Support Beauty of Code (woo-hc)

    (@beautyofcode)

    Hi @wholisticyou ,

    Thanks for reaching out!

    I can see you are using the Organic Goodness theme, which is a premium theme on the WooCommerce.com Marketplace.

    Since this is related to a premium theme, if you have a valid license, please contact us directly via?WooCommerce.com > My Account > Support. You may need to log in to the account used to purchase the theme before you are able to access that page.

    As per the?forum guidelines, no support for premium extensions/themes is done here but we will be happy to assist you further from there.

    Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘prouct description position’ is closed to new replies.