Space between section title and featured iconblocks

  • Author
    Posts
  • #60669

    Hi,
    Thank you for the nice theme.
    can you provide us a css code to minimize the whitespace between our section title en the featured icon blocks on the landing page please?

    Website: www.yourvirtualpro.nl

    #61350
    Zed
    Cryout Creations mastermind

    Try this CSS:

    .lp-blocks-inside {
        padding-top: 0;
    }

    If that’s not enough, add:

    .lp-blocks-inside > .lp-block {
        margin-top: 0.5em;
    }

    but note that this removes some of the top shadow on hover from the icon blocks.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Space between section title and featured iconblocks’ is closed to new replies.