• Resolved susanwingate

    (@susanwingate)


    I want to change my blog layout from alternating to list or grid. How can I do that?

    Also, I have disabled all widgets in the right sidebar. I only want a full-screen layout. How can I make a global change to full for my website?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @susanwingate,
    Your list view issue has been fixed in the latest update to the theme.

    For full width site, add the following code to cutom CSS-

    #secondary {
    display: none;
    }
    #primary {
    width: 100%;
    }

    It should solve your issue.

    – Divjot

    Thread Starter susanwingate

    (@susanwingate)

    Thank you! I will add the CSS. Many thanks. -Susan.

    No problem, Susan.
    For any support regarding the theme, just post here at forums.

    Also, if you liked the theme, please leave a review for the theme.

    Thanks,
    Divjot

    Thread Starter susanwingate

    (@susanwingate)

    I LOVE this theme. Will do. Thanks for creating such a great look. I’ve been searching for something just right for years. You nailed it. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change from alternating blog layout’ is closed to new replies.