Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #477203

    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

    #477445

    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

    #477576

    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.

    #477708

    Hi!

    Please change your code to following one

    .ueberschrift_rechts { text-align: right !important; }

    Regards,
    Yigit

    #477905

    CLOSED.

    #477914

    Hey!

    I’m assuming that css worked out for you :)

    Closing thread.

    Cheers!
    Dake

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘bring text to the right’ is closed to new replies.