• Resolved Petri Hakanen

    (@petrihakanen)


    How can I change default template’s column options? Using Enigma theme. – When I changed to Enigma, I cannot find column options any more. When creating pages I can choose default template or full-width page. There are 2 columns in default template, the 2nd is for widgets. – How can I change width of the 2nd column in this default template, narrowing a bit?

    Thanks! -Petri

Viewing 10 replies - 1 through 10 (of 10 total)
  • To change the width , You must Create a CHILD-THEME and Then start the Editing the default template.

    Thanks

    Thread Starter Petri Hakanen

    (@petrihakanen)

    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.

    [email protected]

    Thanks/Kiitos

    Thread Starter Petri Hakanen

    (@petrihakanen)

    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.

    https://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

    Thread Starter Petri Hakanen

    (@petrihakanen)

    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: https://weblizar.com/themes/enigma/

    Description: muokattua teemaa pohjana weblizar Enigma
    Author: original weblizar modified by Petri Hakanen
    Author URI: https://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%;
    }

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to change column options?’ is closed to new replies.