Forums

Cordoba Green Park 2 - sidebar sections 3 and 4 - change span? (7 posts)

  1. sailorkaz
    Member
    Posted 2 years ago #

    Hi,
    I'm using the Cordobo Green Park 2 theme which has a right sidebar with 4 parts to it.
    Section 3 and 4 span half the sidebar width each and sit side by side but i want to change them so they span the whole width and sit one under the other.
    i can't find the section of code I need to amend - wondering if anyone can help?
    Cheers,
    kaz

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    see under
    admin - apperance - widgets - if there are multiple sections for the right sidebar,
    aand then move your widgets accordingly.

  3. sailorkaz
    Member
    Posted 2 years ago #

    Thanks for the suggestion, however that only allows me to add and remove widgets to the existing sidebar structure.

    Does anyone have suggestion on how to change the sidebar structure?

    Currently slots 3 and 4 are currently half the width of the sidebar each and sit next to each other - I'd like to change then so they are the full width of the sidebar and sit on on top of the other.

    Thanks
    Kaz

  4. simona71
    Member
    Posted 2 years ago #

    I think I´ve got the same question as sailorkaz.
    need to correct the width of the sidebar.
    http://www.cgjvirtual-assist.com.ar/blog

    how can i manage the fan page thing???

    thanksssss

  5. alchymyth
    The Sweeper
    Posted 2 years ago #

    @sailorkaz and @simona71:

    there could be a simple css fix:

    in style.css (nearly at the end), reduce this:

    ul.group {
      float: left;
      margin: 0 0 0 10px;
      overflow: hidden;
      padding: 0;
      width: 150px;
    }

    to this:

    ul.group {
      margin: 0 0 0 10px;
    }

    (downside: that means that there no more half-width sidebar areas.)

  6. simona71
    Member
    Posted 2 years ago #

    alchymth

    fantastic-ooo!.

    thank you very much..

  7. alchymyth
    The Sweeper
    Posted 2 years ago #

    @simona71
    you are welcome.
    the reason i could help, was because you posted a link to your live site ;-)

Topic Closed

This topic has been closed to new replies.

About this Topic