SORRY ELLIOT. But there ist still a problem. and the topic is closed https://kriesi.at/support/topic/move-text-area-up/#post-504226
Hi wiwaldi79!
Your moving it up too far so it’s displaying beneath the header. Are you trying to have it display on top of the header? Take a screenshot and highlight what your trying to do.
Best regards,
Elliott
Hi Elliott. Text position here. green area inside the orange color section
Any ideas.
Hi, can you help me to adjust the text – bring it to the correct position :) http://imgur.com/MDfR9fr
Hi!
Please change following code
.avia_textblock.av_inherit_color {
top: -43px;
position: relative;
}
to following one
.avia_textblock.av_inherit_color {
top: 0;
position: relative;
left: 50px;
}
Regards,
Yigit
CLOSED.