Home Forums WoodMart support forum Germanized : Problem with the single product view

Germanized : Problem with the single product view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #560801

    da
    Participant

    Hello,

    I have a question. We use the custom layout you offer for our individual products. We also use Germanized.

    It is specifically about the top view in our single products and the following areas: ‘VAT’ and ‘Shipping costs’ / ‘Product contains’ and ‘Item number’

    We would like to move ‘VAT’ and ‘Shipping costs’ to one line and ‘Product contains’ and ‘Item number’ to one line. At the moment, all four points are below each other, which makes it very long and a lot of space is lost. If you switch off the custom layout, then it works automatically so that these fields are next to each other and thus save space.

    Can you help or give some advice?

    Please keep all screenshots secret or make them unrecognisable so that it is not possible to tell which website it is.

    Many thanks in advance.

    #560985

    Luke Nielsen
    Keymaster

    Hello,

    Define the code below in Theme Settings -> Custom CSS and recheck the issue.

    .wc-gzd-additional-info_shortcode .elementor-shortcode {
        display: flex;
        align-items: center;
    }

    Kind Regards

    #560995

    da
    Participant

    Thank you, but now everything is without a space between each other and its at the same line as the “basic price”. Is it possible to make the information under the basic price and with a space between the informations ?

    You can have a look at my shop hw it looks like with your code.

    Thank you.

    #561007

    Luke Nielsen
    Keymaster

    Hello,

    Replace the above code with the below one:

    .wc-gzd-additional-info_shortcode .elementor-shortcode .wc-gzd-additional-info {
        display: inline;
        margin-right: 5px;
    }

    Kind Regards

    #561010

    da
    Participant

    Thank you very much, now it works great.

    #561011

    Luke Nielsen
    Keymaster

    Hello,

    Always remember that you can reach out to us with any questions you may have.

    Have a good day!

    Kind Regards

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

The topic ‘Germanized : Problem with the single product view’ is closed to new replies.