• 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

Viewing 6 replies - 1 through 6 (of 6 total)
  • see under
    admin – apperance – widgets – if there are multiple sections for the right sidebar,
    aand then move your widgets accordingly.

    Thread Starter sailorkaz

    (@sailorkaz)

    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

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

    how can i manage the fan page thing???

    thanksssss

    @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.)

    alchymth

    fantastic-ooo!.

    thank you very much..

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cordoba Green Park 2 – sidebar sections 3 and 4 – change span?’ is closed to new replies.