Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #238137

    I tried to enter this code in my quick CSS and it will not work.
    .avia_message_box {
    margin: 0 !important;
    padding: 0 !important;
    }

    • This topic was modified 10 years, 11 months ago by wasite.
    #238138
    This reply has been marked as private.
    #238238

    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

    #238427

    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;}

    #238556

    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

    #239031

    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.

    #239064

    Hey!

    Please add following code to Quick CSS as well

    .avia_message_box { margin-bottom: 10px; }

    Best regards,
    Yigit

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