Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #709908

    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

    #710099

    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

    #710130

    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

    #711134

    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

    #711872

    Hi Nikko,

    thank you, it works!

    Have a nice day! ;)

    Best regards,
    Robi

    #711930

    Hey Robi,

    Glad we could help :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.