Hey
How can I change the position of my Headline rotator? I want to have it more in the top. Is there a simple CSS code?
thanks
Hi haschkeks6696,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
I want to have the headline rotator more in the top. Is there a CSS to “move” the rotator by pixels?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #av_section_1 .content {
top: -30px;
}
Regards,
Yigit
Thanks!
For what is the .home
? Do I have to change it, when I want to have the same effect on other pages?
Hey!
In that case, please edit your color section elements and give them a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and change the code to following one
#your-custom-id .content {
top: -30px;
}
Best regards,
Yigit
yeah! that works :) thanks and you can close this one