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

    Hi support,

    I want to display the rotating header closer to the top of the color section.
    https://www.danishcontainerhouse.dk/

    I have activated ALB.

    Thanks :-)

    PS – is there a way to center another color section, having a picture with 1410px in width?

    #885866

    Hey OKEI,

    Add this to quick css:

    .template-page.content.av-content-full.alpha.units{
    padding-top:0px!important;
    }

    Best regards,
    Jordan Shannon

    #885977

    It didn’t work.
    Only the content below the color section in the top “lost” the spacing in the top.

    Maybe I didn’t explain it right, so I am adding a picture:
    Moving rotating header up

    ———–

    Is there a way to center another color section, having a picture with 1410px in width?

    #886050

    Hi,

    Try using this css code:

    #dch_forside_top_color_section main.template-page.content {
        vertical-align: top;
    }
    
    #dch_forside_top_color_section main.template-page.content .entry-content-wrapper {
        padding-top: 40px;
    }
    
    #dch_forside_top_color_section main.template-page.content .entry-content-wrapper .av_two_third {
        margin: 0 auto;
        float: none;
    }

    The last part of the code should center it. Hope this helps.

    Best regards,
    Nikko

    #886065

    I changed the last part a bit and now it all works.

    Thanks a lot :-)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Color section reduce space in top’ is closed to new replies.