Hi guys,
I have a color section which contains a column with a special headings. I want to place the column at the top of the color section.
I tried with this: https://kriesi.at/support/topic/color-section-content-at-the-top/
but I haven’t found the right css name of the column section.
The webpage: http://www.onfejlesztoter.hu
Could you help to solve this issue?
Thanks in advance!
Best Regards,
Robi
Hey Robi,
Try to add this css code in Quick CSS (located in Enfold > General Styling):
.home #av_section_1 .av-special-heading {
position: relative;
top: -80px;
}
Just adjust the top value as you see fit. Hope this helps :)
Best regards,
Nikko
Hey Nikko,
thank you for your answer, the solution is almost perfect, but the 2/3 column should move, too, because it gives a background to the text, what is important in mobile view:
https://goo.gl/photos/qBi4bFQHfA173qHU8
And you can see, that the text position is too much on the top of the color section in mobile view.
Could you help with this too?
Thanks,
Robi
Hey Robi,
Try to add this code in Quick CSS:
@media only screen and (max-width:767px) {
.home #av_section_1 .av-special-heading {
top: -35px;
}
}
Just adjust the value as you see fit :)
Best regards,
Nikko
Hi Nikko,
thank you, it works!
Have a nice day! ;)
Best regards,
Robi
Hey Robi,
Glad we could help :)
Best regards,
Nikko