Removing space between slider, column and post

  • Author
    Posts
  • #38146

    Hello,
    I have two queries regarding removing White spaces.
    1. Space between slider and column?
    2. Space between column and post (under the columns)?

    Thanks in advance and best regards
    Adnan

    #38149
    Zed
    Cryout Creations mastermind
    .slider-wrapper, #front-columns {
        margin-bottom: 0;
    }

    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.
    #38173

    Thanks for your reply. In this case slider is disabled and removing the gap between menu item and column layer is the target to achieve which is still open. Any help will be highly appreciated. Please check this link SmartphoneCafe

    #38252
    Zed
    Cryout Creations mastermind

    In this case you will need to remove the menu items own margin:

    body #access ul li {
        margin-bottom: 0;
    }

    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.
    #38269

    Hi Zed,
    Thanks a lot, it works now.
    Best Regards
    Adnan

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

The topic ‘Removing space between slider, column and post’ is closed to new replies.