I tried to enter this code in my quick CSS and it will not work.
.avia_message_box {
margin: 0 !important;
padding: 0 !important;
}
Hey!
Please use this on Quick CSS or custom.css:
.home #main .content {
padding-bottom: 10px;
}
.home #av_section_1 {
min-height: 80px;
}
Best regards,
Ismael
I have this following codes and the white place around the notification is still too big!
.home #main .content {padding-bottom: 10px;}
.home #av_section_1 {min-height: 80px;}
.avia_message_box.avia-border-solid {border-width: 1px !important;}
Hi!
Decrease the min-height value.
.home #av_section_1 {
min-height: 0;
margin-top: 5px;
}
.home #main .content {
padding-bottom: 0;
padding-top: 0;
}
Best regards,
Ismael
Ismael,
Thanks for your help! It’s almost there, but not close enough.
Can you help me reduce the space between the notification box and slider? It is still way larger the rest.