Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #504167

    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?

    #504181

    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

    #504204

    OK SORRY. i changed the code but i cannot see the text in the orange color section at the top?

    #504209

    It works. How can i bring it 30px to the right? CLOSED!

    #504226

    Hi!

    Same thing just by using “right”.

    .info_beta { position: relative !important; top: -25px !important; right: 30px; }
    

    Regards,
    Elliott

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘move text area up’ is closed to new replies.