Stryge2
Member
Posted 11 months ago #
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/
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%;
}
Stryge2
Member
Posted 11 months ago #
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 !