Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #473159

    Hi,

    I been trying to decrease this space on http://www.airlinestaffrates.com and I got this code before:
    .home .avia-builder-el-12 {
    margin-top: -35px;
    }

    but I don´t see any different and I tried to change the number as well.

    What shall I do?

    Thanks
    Charlotte

    Decrease

    #473366

    Hi Charlotte!

    Add this to your custom CSS.

    .template-page .entry-content .post_delimiter { display: none !important; }
    

    Regards,
    Elliott

    #473368

    Hi Charlotte!

    You can also try either of these 2 css entries (one or the other, not both at the same time):

    .av-special-heading {
    	  margin-top: -50px !important;
    }
    .av-special-heading .av-special-heading-h3    .avia-builder-el-13  .el_after_av_one_third  .el_before_av_one_third {
    	  margin-top: -50px !important;
    }

    If neither work, may we have temporary access to your website in order to take a closer look?

    Regards,
    Dake

    #473760

    Thanks :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Decrease space on the main page’ is closed to new replies.