• It doesnt seem to work, but I would like to show the widgets on the right side of each blog post.

    Now is the primary widget area located above each blog post and all the others beneath.

    Also the layout configurator doesnt seem to work.

    Thus how can I get the widget area on the right side of each blog post?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello, @frankwlf!

    Thanks for using Sauron theme!

    Firstly, please make sure to change the layout of pages globally. Go to Customize > Layout Editor, and select the option with right sidebar using Choose Default Layout of Content option.

    Note, that this applies to the posts which will be created afterwards.

    To change the layout of existing posts, please edit them, scroll down to Sauron section of the editor, and select the option of posts with right sidebar.

    Let us know if this helps.
    Cheers!

    Thread Starter frankwlf

    (@frankwlf)

    Hello WD Support,

    Thank you for your reply, but I’m sorry this is a typical case of “sounds good, doesnt work”.

    I do exactly the steps you have mentioned, I’ve also added a new post to test with but the primary widget area keeps up popping above the post.

    You can find my website here: https://www.digitalcryptos.com (it’s just the template which I experiment with, without content).

    See the article “latest test”, I’ve adjusted the layout in the layout editor before placing this test post.

    Best regards,

    Hey, @frankwlf!

    In that case, could you please contact our team, so we can have a closer look at the problem?

    Please send us a message through this form (select “I have a pre-sales question”, and the form will appear).

    Also, make sure to include the link to this forum thread in your message. We will find the solution and share it here too.

    Thanks! Have a wonderful day!

    Hello, @frankwlf!

    I am happy to inform you, that our development team has resolved the problem on your website.

    They have added the following code to Custom CSS option of Sauron theme, which is under Appearance > Customize > General tab:

    .right_container > .container {
       display: block;
    }
    .home .right_container > .container {
       display: flex;
       flex-direction: column;
    }

    Could you please have a look?
    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Primary widget on the right side’ is closed to new replies.