• Hello:
    Is there a way in the Sydney theme to move the slider image below the menu and logo header? I tried this:

    .site-header.fixed { position: relative;}
    .site-header { background-color: #1c1c1c;}

    but it simply cuts off the top of the slider image, it doesn’t move the entire image down..

    Thanks,
    Paul

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,
    Can you please share a link?

    Thanks.

    Thread Starter pomalley2

    (@pomalley2)

    No, it is local on my laptop. But if you look at the default Sydney theme… the slider background is behind the logo and menus at the top.. looking to move it below that “header” area.

    Thanks,
    Paul

    Hi Paul,

    Please use the css code below:

    .header-slider{
           margin-top: 90px;
    }

    Thread Starter pomalley2

    (@pomalley2)

    awanrmb:
    This almost solves it… it doesn’t move the entire picture down, it just covers up the top 90 pixels..

    So, basically, the top 90 pixels of the background photo are cut off rather than physically moved down.

    Thanks,
    Paul

    There seems to be a bug in the reecent update, as site-title, description and button are placed to the top left corner, when the frontpage slider is turned on.

    Hmm so maybe you can post the url of your site, so I can help you further.

    I also am having the same problem. Has anyone figured out what to apply the margin to to move the entire slider down? It seems that adding a margin to header-slider class just cuts off the image for that many pixels.

    I actually figured it out for anyone wondering:

    .slide-item {background-position: 50% YOURVALUE !important}

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Move slider below menu & logo header?’ is closed to new replies.