• Resolved stephanw83

    (@stephanw83)


    Hi,
    I have the following problem:
    Whenever there are no widgets assigned to the sidebar the archive, categories and calendar widget seem to be shown as default, eventhough I created no widgets. I turned them off with the css code:


    .widget_calendar {
    display: none;
    }


    .widget_archive {
    display: none;
    }


    .widget_categories {
    display: none;
    }

    This works fine, but leaves the spot where the sidebar is empty. The main content is cropped to the left side of the screen. How can I use the full width of the screen without any sidebar widgets?

    Thanks in advance.

    Best,
    Stephan

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter stephanw83

    (@stephanw83)

    just solved it, thanks anyways !

    Theme Author alexvtn

    (@alexvtn)

    Hello

    Sorry for the late reply. I’m glad you were able to resolve it. Usually, setting the layout to full width is enough to remove the sidebar

    Have a nice day

    Alex

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