Makeup Shop Woo product templates RTL

Posted in: Newspaper
Post count: 91

Hi,
I used the Makeup Shop theme for my store. The description section was easily right-aligned, but the reviews section didn’t become RTL no matter what I tried.
What should I do?
Thank you!

Post count: 91

Also Woo Product Block Title

Post count: 91
Post count: 35449

Hello,

For review to be set to the right use this code
body.woocommerce .woocommerce-tabs .panel {
text-align: right;
}

For the Woo Product Block you can use the settings from the block – https://i.imgur.com/j4iB67f.png

For block title if you want you can use a global css like this one
.td-block-title {
text-align: right;
}

Thank you!

Post count: 91

Hi,
Even after inserting the code, it still appears on the left side.

View post on imgur.com

Thank you!

Post count: 35449

Hi,
Ok, if the code for the title does not apply, try with important:
.td-block-title {
text-align: right!important;
}

I hope this will do the job!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.