Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there Johannes,

    How are you doing today?

    You can remove the sidebar from that specific page with some custom CSS. Since the theme has it’s own custom CSS tab which is located in Appearance >> Theme Options >> Layout Settings >> Custom CSS you can try adding the following code there:

    .blog div#sidebar {
    display: none;
    }

    This should remove the sidebar on that specific page. Also If you’re looking to make the content go full width you can do that by adding the following:

    .blog div#primary {
    width: 100%;
    }

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter franzjosef

    (@franzjosef)

    Hey Bojan!

    I had managed it meanwhile but in a much more complicated way! Your
    solution kinda opened my eyes again for how wordpress and themes work, since I’m a WEB/Wordpress-Newbie ?? So thanks a lot!

    regards Johannes

    Glad I could help! Have a great day ??

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar with "Meta" and "Archives" beneath articles removal’ is closed to new replies.