Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #265337

    I am trying to get rid of margin & padding on a separator.

    #top .hr {margin: 0; padding: 0; !important;} almost works, but there is still 10px or so padding/margin. The html looks like this:

    <div class="hr hr-default avia-builder-el-1 el_after_av_image el_before_av_hr separator001">
    <span class="hr-inner">
    <span class="hr-inner-style"></span>
    </span>
    • This topic was modified 10 years, 6 months ago by martinbelton.
    #265342

    Solved:
    #top .separator001{margin-top: -12px; !important;}

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Separator – remove margin / padding’ is closed to new replies.