To change the width , You must Create a CHILD-THEME and Then start the Editing the default template.
Thanks
You wouldn’t like to add some features in the main Theme of yours to allow “business users” like me to change default page/column styles without need to “code” anything? – like e.g. “Graphene Theme Options” has nice Display/Column Options; easy to use for anyone (like me) 🙂
-Petri
Petri,
I can give you instructions for customizing this template with child theme in Finnish if you want (it is easy). Just write me email.
jaska.mustalahti@gmail.com
Thanks/Kiitos
OK – Thanks Jaska! – Kiitos. Jos saan sinulta hyvät helpon tuntuiset ohjeet niin ehkäpä päädyn tuunaamaan itsekin – Yritän tuossa rohkaista tätä pääteeman luojaa tuottamaan hieman lisää helppokäyttöisiä työkaluja ilmaiseen jakoon 🙂
Hyvä rohkaista, mutta itse tuunaamalla saa helposti enemmän persoonalliset sivut.
Kerro vain, mitä halaut muokata, niin voin antaa täsmälliset ohjeet.
http://www.jaakkomustalahti.com voit katsoa vinkkiä, miten teemaa pystyy itse muokkaamaan.
Hey guys ist not so correct, we dont read and understand finnisch! 🙂 lest know your advice pls!
Thanks
Marco,
you need to create a child theme and after that you can customize it with your stylesheet file.
/* Width of content and sidebar */
.col-md-8 {
width: CONTENT%;
}
.col-md-4 {
width: SIDEBAR%;
}
Overal width of content and sidebar together HAVE to be 100%.
Thanks,
Jaakko
Ok thank you for help
kiitos paljon
Hey,
Can this ticket be closed ?
Thanks
Yes, you can close this one. I stay waiting that you’ll develop some nice user interface to edit default layout with Enigma, without need for child theme.
The solution for this column-case was a child theme as:
/*
Theme Name: Enigma Child
Theme URI: http://weblizar.com/themes/enigma/
Description: muokattua teemaa pohjana weblizar Enigma
Author: original weblizar modified by Petri Hakanen
Author URI: http://www.hakanen.eu/
Template: enigma
Version: 1.5.1
Tags: TAGIT
*/
@import url(“../enigma/style.css”);
/* =Theme customization starts here
————————————————————– */
.col-md-4.enigma-sidebar {
width: 25%;
}