hi. i have a color section with an text area and want to move it up. the color section is 45px high and i cannot see the text.
i have a custom class for the text area. how can i move it up?
Hey wiwaldi79!
Next time send us a link to the exact page where your using it. I do not see it anywhere.
If you just want to move it up then try this.
.info_beta { position: relative !important; top: -25px !important; }
Cheers!
Elliott
OK SORRY. i changed the code but i cannot see the text in the orange color section at the top?
It works. How can i bring it 30px to the right? CLOSED!
Hi!
Same thing just by using “right”.
.info_beta { position: relative !important; top: -25px !important; right: 30px; }
Regards,
Elliott