Home Forums WoodMart support forum Product page – Text

Product page – Text

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #202440

    MarcoStevens
    Participant

    Hi there,

    I use my page at 1800px width, so my text at the product page under the product title is also spreading a lot. I would like to have my text under this title more centered towards the middle.

    I have attached a printscreen.

    Can you please help out how I can do this?

    Thanks in advance.

    Best regards,

    Attachments:
    You must be logged in to view attached files.
    #202600

    Hello,

    I saw the screenshot you attached and visited your website. The description is displayed as it should be.

    And there is no option in theme settings for such breakpoints as you mentioned 1800px. The description area is displayed as it should be for all the devices.

    If you still want to change the settings then you need to write media queries for the devices of your own.

    You can assign width and margin to the description accordingly.

    .woocommerce-product-details__short-description {
    width: 800px;
    margin-left: 20%;
    }

    You can follow the following link how to add media queries:
    https://www.w3schools.com/css/css3_mediaqueries_ex.asp

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)