I need the picture of the speaker in the first av section to flush with the end of the color section. I use this CSS code which worked fine before I transferred the website to another domain:
.home #av_section_1 .content {
padding-bottom: 0;
}
But now it doesn’t work anymore, but I don’t really get why not. The av section numbers stayed the same…
Can you help me? :-)
Hey transformmedia,
Add this to quick css:
#av_section_1 .hr.hr-invisible{
height:0px!important;
}
Best regards,
Jordan Shannon