• Hi guys,

    I am having trouble reducing a margin (lots of white space) from my home page (trimlytest.com/wordpress/) just underneath the bowler hat icon.

    I’m relatively new to CSS but I think I found the source:

    .vc_custom_1443758066781 {
    margin-bottom: 80px !important;

    I used TJ CSS to change it to 0px, but nothing happened. {}

    Would love any help you guys could offer.

    Cheers,
    J.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Add the following Css code to your style file.

    .home .document-main .wpb_single_image .vc_figure {
    margin-bottom: -110px !important;
    }

    Thanks

    lisa

    (@contentiskey)

    If you need help modifying a theme or plugin that was purchased, the best place to get assistance is with the author/developer as forum volunteers do not have access to premium plugins+themes.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cannot decrease margin size – please help’ is closed to new replies.