Home Forums WoodMart support forum Minimize space between elements

Minimize space between elements

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

    jaspermask
    Participant

    Hi guys, I have an information box in my homepage between the menu above and the slider under; unfortunately there’s a lot of blank space (A in the picture) and I would to minimize a lot this space (like B in the picture).

    Can you help me?

    #157367

    jaspermask
    Participant

    foto

    Attachments:
    You must be logged in to view attached files.
    #157385

    Hello,

    1. Enter the page and set margin-top:-40px in the upper row settings: http://prntscr.com/lexqqs

    2. Enter Information box and remove the margin-bottom https://prnt.sc/py7g2d

    3. Then enter each column and set zero-padding https://prnt.sc/py7gkv

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .whb-header-bottom .main-nav .item-level-0 > a{
    height:30px;
    }
    body .whb-header-bottom-inner {
        height: 30px;
    }

    Best Regards

    #157397

    jaspermask
    Participant

    thanks, but it worked only for the upper part, the slider is so distant yet

    Attachments:
    You must be logged in to view attached files.
    #157406

    Hello,

    Check the row and column which contain the slider and set zero in margins and paddings.

    Best Regards

    #157459

    jaspermask
    Participant

    I don’t see any margin or padding setted.

    #157503

    Hello,

    Please check this video tutorial https://wpbakery.com/video-academy/use-element-design-options-wpbakery-page-builder-wordpress/

    Each element has the Design options and you can set zero for paddings and margins, set zero for columns as well.

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)