Forums

Fluidity with no sidebar (2 posts)

  1. tnmom
    Member
    Posted 1 year ago #

    Hi dK!

    I'd like to use the fluidity style, but with no sidebar on any posts or pages. What is the code for that and where do I put it?

    Also, didn't there used to be an option where you could chose how many levels the top menu went down? I can't find it now.

    thanks!

    Kim

  2. kretzschmar
    Member
    Posted 1 year ago #

    I removed the option to limit the number of levels. Use the now supported custom navigation if you would like to change your top level links.

    Why not compose your own css-layout file and paste it to the layout folder of the dkret3 theme.

    Try combining the two layout files (Sidebar-off.css and Fluedelity.css):

    /**
    * Creates a one column fluid layouts with no sidebars
    *
    * #Content
    *
    * @since 3.6
    * @package dkret3
    * @subpackage CSS
    */

    /* Get layout CSS */
    @import url('../css/1c-layout.css');

    #wrapper {
    max-width: 1200px;
    min-width: 600px;
    width: auto;
    }

    Better practise is to add the my-dkret3 child theme and make the needed changes there.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags