Home › Support › Themes Forum › Photoshoot pro header slide alignment
Would like to change the header alignments so that some are center and some are aligned to the right. which css should I use to do this?
Hi
What would you like to place in center and right?
Thank You
The first slide should have center text. The rest are fine.
If we make the first slide caption in center then all the other caption will align center since they get the same css.
thats fine. please send me the css
Go to Appearance >> Editor >> css/nivo-slider.css >> line no 102 here you can make below changes.
make right:13% to right:0; add left:0; make margin:0; to margin:0 auto; make text-align:right to text-align:center
right:13%
right:0;
left:0;
margin:0;
margin:0 auto;
text-align:right
text-align:center