Site logo

Archived topic

Verticle Postioning

3 replies · Started by Juned on August 27, 2021

Viewing posts 1–4 of 4

Hi,

I took inspiration from the 1st url. I want to display the paragraph inside the Grid - Container as Vertical. I tried it [via - Effects > Transform > Rotate > 270], but not able to achieve as it is showing in 1st url (What you'll get)
The second url is my site (.co.in).

To make it more clear to you: I want to display following as vertical positioning:
Content Writing, and others from 1st container of Grid.

It will be for desktop view only. My mobile view is set perfectly.

Thanks in advance.

Hi there,

add this CSS to your site:

@media(min-width: 769px) {
    .rotate-text {
        writing-mode: tb-rl;
        transform: rotate(180deg);
    }
}

Then select the Headline Block, and in Advanced > Additional CSS Class(es) add: rotate-text
Then check the front end.

Amazing, as always.

Kind Regards,

Juned

Glad to be of help

This archived topic is closed to new replies.