• T0M75

    (@t0m75)


    How can I add images behind wordpress Twenty Eleven sidebar in my child theme. I wold like to put sidebar between images. For example one side is withe and other side another. I know that it can be done with css3 but how to add it to wordpress.I can not add url or link to my page.
    Twenty Eleven theme is newest.

    PLEASE HELP ME!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Pioneer Web Design

    (@swansonphotos)

    The sidebar in TwentyEleven should begin with (in HTML)

    <div id="secondary" class="widget-area" role="complementary">

    You can modify an id or class for the sidebar by adding:

    #secondary {background-color: #fff}

    To your properly setup Child Theme stylehseet.

    (#fff is white)

    Thread Starter T0M75

    (@t0m75)

    I am sorry it is first time for me to write in forum.
    I thought picture of vine tendrils or Orchidaceae both sides of the sidebar.
    For examle picture in 90 degrees rotated

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Eleven Image behind sidebar’ is closed to new replies.