Tagged: color section, spacing
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?
Hey OKEI,
Add this to quick css:
.template-page.content.av-content-full.alpha.units{
padding-top:0px!important;
}
Best regards,
Jordan Shannon
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:
———–
Is there a way to center another color section, having a picture with 1410px in width?
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
I changed the last part a bit and now it all works.
Thanks a lot :-)