Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #792574

    I’m trying to change the layout of the Archive widget on the sidebar of my site blog. Right now, it looks like this: http://prntscr.com/f77mks
    On my old website, it has two columns, like this: http://prntscr.com/f77mtp
    How can I make the Archives display in two columns like this?
    Thanks.

    #792584

    Hey perfectword,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #792610

    With all due respect, I don’t really understand why you guys keep asking to see or log in to my website. I’m asking about your theme–isn’t my site the same as your site, from a coding perspective?
    Anyway, I figured it out myself. Inserted the following code into my Quick CSS, and it works beautifully:

    .widget_archive ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
    }

    Here’s the result: http://prntscr.com/f78ty6

    #792636

    Hi!

    We sometimes ask to look at the website because the code we propose may conflict with other settings or Quick CSS you had already enabled. I hope that helps. :)

    Anyway, we’re glad that you were able to find a beautiful solution, and thank you for sharing it here.

    We’ll close this thread now, but feel free to open a new thread if you have other questions.

    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Two-Column Archive Widget’ is closed to new replies.