Widget on category page

Home Forums Jevelin Theme Widget on category page

Home Forums Jevelin Theme Widget on category page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • jhf0038
    Participant

    Hello,

     

    On my News page, and all my blogs, I have the widget area on the left side. On the category pages, however, I can’t seem to figure out how to move the widget area from the right side to the left side. It is the same if someone clicks on the Author name, and are directed to the page with all of the articles posted by an Author; the widget area is on the right side instead of the left.

     

    To clarify,

    I would like the widget area on the left side of all my pages (except the home page).

     

    Thank you,

    Solution for this topic

    Hi @jhf0038,

     

    I hope you are well today and thank you for your question.

     

    You can display it to the left side on those pages by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .archive #sidebar.sidebar-right {
        float: left;
    }
    
    .archive #content.content-with-sidebar-right {
        float: right;
    }

     

    Best regards,
    Shufflehound team

    jhf0038
    Participant

    Fixed, thank you.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)