Okay
  Public Ticket #2247155
How to remove space between header and portfolio items
Closed

Comments

  •  5
    craigkleila started the conversation

    Hi, how can I remove some of the space between "Say Hello" and the portfolio items on my homepage?

  • [deleted] replied

    Hi Craig,

    It seems that the space is coming from that column (see video), you can easily change padding or margins of the WPBakery Page Builder elements.

    Have a nice day!

  •  5
    craigkleila replied

    Thanks but can I do this without having to buy the WPBakery Page Builder?

  • [deleted] replied

    Sure that you can do thatsmile.png

    Have a nice day!

  •  5
    craigkleila replied

    I added this to the custom css like you did in your video but it didn't work.

    .wpb_wrapper .lab-portfolio-items  .portfolio-title-holder {
        margin-bottom: 0px;
    }

  • [deleted] replied

    Hi craigkleila,

    You should try to add !important rule, example:

    .wpb_wrapper .lab-portfolio-items .portfolio-title-holder {
        margin-bottom: 0px !important;
    }

    as for the other area paddings, here they are (see video).

    Have a nice day!

    Will set this ticket as solved from here.