• Resolved bayu-angora

    (@bayu-angora)


    I like this theme.

    Is there any custom code
    if I want to make my posts page
    multiple column like pinterest style?

    I want to apply multiple column
    for my posts page, categories, archives, etc.

    And how to make my sidebar widget float and fixed?

    Regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Bayu,

    Thanks for choosing Ignite!

    For customizations like this, I would recommend checking out codeable.io. They can connect you with a talented WP developer who can add each of these customizations to your site (and they are fast about it too).

    Thread Starter bayu-angora

    (@bayu-angora)

    How about only two column and fixed widget?

    Thread Starter bayu-angora

    (@bayu-angora)

    I have this code ->

    .sidebar-primary-container
    {position: fixed;}

    The widget sidebar is fixed.
    But not in the right position.

    Thread Starter bayu-angora

    (@bayu-angora)

    I mean I want only two column + sidebar.
    Don’t need to look like Pinterest at all.

    I need = column A + column B (+ sidebar).

    Can you help me?

    Theme Author Ben Sibley

    (@bensibley)

    Bayu,

    For two column layouts, we have this available in the Ignite Plus upgrade. A customization like that is quite intensive and not something I can easily share as a copy and paste.

    The fixed sidebar is a bit complex as well, but this will get you started:

    @media all and (min-width: 900px) {
    
      .sidebar-primary-container {
        position: fixed;
        right: 7.407%;
      }
    }

    That will keep the sidebar fixed on the right side without disrupting the mobile layout. You can switch the “right” property to “left” if you have the sidebar on the left.

    This won’t account for the sidebar potentially overlapping a tall header or the footer, but if you only have one widget it should work pretty well.

    Thread Starter bayu-angora

    (@bayu-angora)

    Thanks, Ben. It works.
    5 stars for this great theme.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome, thanks so much for the review!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Multiple Column and Fixed Sidebar’ is closed to new replies.