Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7059
    Samson81
    Participant

    I would like to remove all of the white space between the menu and the image slider.

     

    http://dev.webermfg.ca/

    #7065
    Sakin
    Keymaster

    @Samson81: You can add the following css in “Custom CSS” box in Theme Options panel which will remove the white space between the menu and the image slider in homepage.

    .home #main { padding-top: 0; }
    .home .page .entry-header { margin-bottom: 0; }

    #7067
    Samson81
    Participant

    Thanks allot Sakin that worked.  I would like this setting to be for the entire site and just not the home page.  Is that possible?

    Also how do I remove the margins on the left and right of the sliders on the page?  I don’t want the entire page to be effected but just the image slider.

    #7072
    Sakin
    Keymaster

    @Samson81: If you want it for entire site then just remove the .home from your css. It will be as below:

    .home #main { padding-top: 0; }
    .home .page .entry-header { margin-bottom: 0; }

    The place where you have added the slider, we cannot remove the margin. You must add the slider above #main div.

    #7133
    Samson81
    Participant

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remoove White Space’ is closed to new replies.