• Resolved bese

    (@bese)


    Hi, I need help to customize the ad label. I would like the text to float vertically, left of the top banner.

    Like this.

    So far my styling has not been successful. Anyone who could help me?

    • This topic was modified 1 year, 3 months ago by bese.

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

Viewing 1 replies (of 1 total)
  • Plugin Support ahmeddr

    (@ahmeddr)

    Hello there,

    Thank you for contacting us!

    You can achieve a similar result by applying the CSS below to the ad label
    .ad-label{
    float: left;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-right: 10px;
    display: flex ;
    height: 150px;
    width: auto;
    align-items: center;
    justify-content: center;
    }


    Please change the value in height: 150px; depending on the height of the image ad you are using to ensure the correct vertical centering.

    In case you still need assistance with this, please share with me a page where the ad is displayed. Thank you!

    Have a great day!

Viewing 1 replies (of 1 total)

The topic ‘Css adjustment for ad label’ is closed to new replies.