how can i bring the text here: http://i.imgur.com/iretLpE.png to the right?
i only find alignment center and left but NOT right. http://i.imgur.com/hzv6VkI.png
Hey wiwaldi79!
You can try the below css:
.page-id-xx .flex_column .av_one_fifth .flex_column_div .av-zero-column-padding .avia-builder-el-41 .el_after_av_one_fifth .el_before_av_hr .column-top-margin {
text-align: right !important;
}
Replace the xx after “.page-id-” to the id for that particular page.
Regards,
Dake
i have set an custom css class:
.ueberschrift_rechts{
.flex_column .av_one_fifth .flex_column_div .av-zero-column-padding .avia-builder-el-41 .el_after_av_one_fifth .el_before_av_hr .column-top-margin {
text-align: right !important;
}}
and applied this to the header but it don`t work ;( Can you check it.
Hi!
Please change your code to following one
.ueberschrift_rechts { text-align: right !important; }
Regards,
Yigit
CLOSED.
Hey!
I’m assuming that css worked out for you :)
Closing thread.
Cheers!
Dake