Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1425778

    When I disable the sidebar in the theme sidebar options, the blog post loop layout is messed up. The same applies to the blog post element if used in custom pages. Please provide a solution asap.

    Thanks, Barbara

    #1425801

    Hi Butterkipferl,

    Can you give us a link to the page shown?

    Best regards,
    Nikko

    #1425816

    Hello Nikko, I am still working on the website – the link to the dev server below:

    #1425857

    Hi Butterkipferl,

    Thanks, please go to Enfold > Blog Layout, then try to play around with Blog Styling and Blog Layout.

    Best regards,
    Nikko

    #1425862

    What do you mean by playing around? The layout is fine when the sidebar is enabled, when I disable it, the layout is not working anymore. Did you have a look at the screenshots I sent? I need the blog layout (https://kriesi.at/themes/enfold/blog/blog-single-small/) to work without sidebar. At the moment the image is not placed on the left side as it should be, but above the text – which does not work for my client. Please provide a solution for the problem.

    Thanks, Barbara

    #1425865

    Hi Barbara,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top.blog #main .sidebar {
        display: none;
    }
    
    #top.blog #main main.content {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1425868

    Hi Nikko,

    thank you very much for the workaround – it worked! Are you going to fix the problem any time soon or is this the permanent solution?

    Thanks, Barbara

    #1425886

    Hi Barbara,

    I have forwarded the issue to our devs.
    They are a bit busy at the moment but they should be able to review it and fix it soon.

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.