• Hi,

    by checking I have found a problem in design on the my account site in the address part. There the addresses headlines are to big and one is in two lines and then the second address is then moved down.

    Please is posible to help me to resolve it.

    Thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    Thanks for reaching out!

    To reduce the font size of the address headings, please use the following CSS snippet:

    .woocommerce .addresses .title > h2 {
    font-size: var(--wp--preset--font-size--medium);
    }

    You can add this CSS by following these steps:

    1. Navigate to your WordPress Admin Dashboard.
    2. Go to?Appearance → Site Editor → Styles.
    3. Click the?Edit (pencil) icon.
    4. On the right sidebar, click the?three dots?to open more options.
    5. Select?Additional CSS.
    6. Paste the provided CSS snippet into the Additional CSS field.
    7. Click?Save?to apply the changes.


    Thanks

    Thread Starter alfista

    (@alfista)

    Thanks this helped even now is the text small but its possible to use it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.