Support » Plugin: Meteor Slides » px space between site desc. and meteor slides

  • Franklind

    (@per-ake-framklind)


    Hi,

    This is truly a amazing plugin, mush better when many commercial i have seen here.

    I’m not an expert on CSS, my question is about a 1 or 2 px irritated space just above the slides (depending on resolution)

    I have a child theme to Twelve eleven and here are code from my CSS.

    #branding {
    	background: url(images/userbar-bg.png) 20px 80px;
    	border-top-left-radius: 20px;
    	border-top-right-radius: 20px;
    	height: 80px;
    }
    #site-title {
    	padding-top: 1em;
    }
    #site-description {
    	margin-bottom: 1em;
    }
    div.meteor-slides {
    	margin-top: -2px !important;
    }

    I guess it’s related to that I’m using “1em” for padding and margin but I want it to look ok in different resolutions incl. mobile.

    I have tried to solve it with firebug but the only way I have found out to get rid of the space is to add the -2px margin for the slides. But there most be a better way so slides always is direct after #branding.

    pls help me, I want to learn more 🙂

    http://wordpress.org/plugins/meteor-slides/

Viewing 1 replies (of 1 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    I’m not seeing this gap, did you get it fixed? If not could you post a screenshot so I can see what you mean?

Viewing 1 replies (of 1 total)
  • The topic ‘px space between site desc. and meteor slides’ is closed to new replies.