• 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

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Fluidity with no sidebar’ is closed to new replies.