Okay
  Public Ticket #258032
Gap/space between containers?
Closed

Comments

  • Ian started the conversation

    Hi,

    I have unwanted space between containers and in one case between 2 elements within a container on my site as shown in pic attached.

    One is a \\\'Image gallery\\\' the other element is \\\'Single Image\\\', no padding, yet there is clearly a gap... why?

    URL: bytheriver.photography

    Thank you,

  •   Ian replied privately
  •  8,839
    Tahir replied

    Hey!

    There is a default margin fof 35 px added to a row. If you wish to remove it add this custom css:

    .wpb_row {
        margin-bottom: 0px !important;
    }
    

    Thanks


    ThemeNectar Support Team