• Hello !

    I used to choose “Fluidelity.css” layout in “Dkret Settings” but since I’ve updated the theme from Dkret3 4.6 to Dkret3 4.7.1 this setting doesn’t appear anymore in the theme configuration.

    Can someone tell me if it is possible to use this layout in Dkret3 4.7.1 and how I have to do ?

    Thanks for helping and sorry for my bad english !

    http://wordpress.org/extend/themes/dkret3/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author kretzschmar

    (@kretzschmar)

    In order to get the dkret theme approved I had to reduce functions. Choosing layouts is one of them.

    Just add some css to your style.css or the style.css of a child theme of dkret and you have fluid layout back.

    #wrapper {
    margin: 0 20px;
    width: 100%;
    }
    Thread Starter Stryge2

    (@stryge2)

    Thank you for your help !
    I have try to add the code I fave found in Fluidelity.css but it doesn’t work :

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

    I will try soon.

    Again, thank you !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: dkret3] How to choose "fluidelity" layout in Dkret3 4.7.1’ is closed to new replies.