• Resolved grayfore

    (@grayfore)


    I am using a child theme for Twenty Eleven on this website and would like to align the right sidebar with my adjusted header slideshow so it displays alongside it instead of to the right of the the content below. How can this be done? Thanks in advance!

Viewing 1 replies (of 1 total)
  • Considering you have the slider in the header there isn’t much you can do. Ideally you would want the slideshow in the primary div. Short of restructuring your site you can add this to your css file to move the sidebar up:

    .home #secondary {
    position: relative;
    top: -330px;
    }

    Just note that because the site is responsive the sidebar will not stay put as the browser window width is reduced. You’ll have to add in media queries to adjust accordingly.

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Twenty Eleven] Modifying Sidebar Height’ is closed to new replies.