• Resolved GSounds

    (@gsounds)


    Hi

    Wondering if anyone can tell me how to slightly lower the header at http://ropsspain.com/ so there’s a little space above it?

    Also if there’s a way to make the header edges curved like the rest of the site.

    I made the header myself using paint – a bit crude – thought there may be a clever way to do it rather than me trying to edit a pic as I’m not too technical!

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • try:

    #header { margin-top: 10px;
    	-khtml-border-radius: 10px;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	background-color: #fff;
    	border: 1px solid #ddd;
    	border-radius: 10px;
    	width: 958px;
    }

    please contact the developer of your theme / parent theme for help with any further questions; http://codex.wordpress.org/Forum_Welcome#Commercial_Products

    Thread Starter GSounds

    (@gsounds)

    Thanks alchymth,

    Tried replacing original code:

    #header {
    margin: 0 auto;
    min-height: 120px;
    overflow: hidden;
    width: 960px;

    with your code on the childtheme CSS editor but it didn’t change anything. Was that what I was meant to do?

    Many thanks

    Tried replacing original code:

    no replacing – just add the suggested CSS at the end of style.css of the child theme or via a custom CSS plugin.

    and please leave it in your site even if you don’t see any change after clearing the browser cache, so somebody in the forum can double-check…

    Thread Starter GSounds

    (@gsounds)

    That’s worked perfectly. Thanks so much.

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

The topic ‘Lower header’ is closed to new replies.