Align elements in header

Hey there,
I’d like to align my “Dots” with my Buttons http://prntscr.com/ne8ano
thanks for your help!
All the ui elements should be aligned on the right side

Hello @zerotoone.de,

Thanks for writing in!

I see that you are using Revolution Slider Plugin. To make the changes, select the Dot element and under Style select Layer Align Right.

Thanks.

thank you, but I dont have this option the navigation elements are not added to each individual slide. What should I do now?

Hi @zerotoone.de,

It’s bullet navigation and not selectable layer, please add this to Theme Options > CSS

.tp-tabs, .tp-thumbs, .tp-bullets {
    right: 64px !important;
    left: auto !important;
}

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.