Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Raam Dev

    (@raamdev)

    @arvind2213 This theme only supports widgets on the left side, not the right side.

    Hello Arvind,

    You can add this CSS in your Custom CSS for adjusting that:

    #primary {
        float: left;
    }
    #secondary {
        clear: none;
        float: right;
    }
    .site {
        max-width: 890px;
    }

    Hope that helps.

    Thank you.

    Thread Starter arvind2213

    (@arvind2213)

    I am new in CSS, exactly which file do i need to edit and put this code.

    Regards,
    Arvind Singh

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widgets on right side of website’ is closed to new replies.