Title: Cryout column header alignment
Last modified: August 21, 2016

---

# Cryout column header alignment

 *  Resolved [guy1407](https://wordpress.org/support/users/guy1407/)
 * (@guy1407)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cryout-column-header-alignment/)
 * Hi
    I wish to center the cryout column header text. Using DOM explorer I found:
   <h3 class=”column-header-image”>Some header</h3>
 * Where is this class “column-header-image” in style.css
    or how can it be done
   anyway ?
 * Thanks
    Guy

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [guy1407](https://wordpress.org/support/users/guy1407/)
 * (@guy1407)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cryout-column-header-alignment/#post-5051989)
 * OK… I found the the missing file , its under styles folder, and its in style-
   frontpage.css
 * However when I change it in my child theme – it did not change the alignment 
   nor fond weight or size.
 * Where should this file be in a child theme please?
 * Guy
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cryout-column-header-alignment/#post-5051993)
 * Can you link your site?
 *  Thread Starter [guy1407](https://wordpress.org/support/users/guy1407/)
 * (@guy1407)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cryout-column-header-alignment/#post-5052084)
 * Hi Andrew,
 * The site is still unfinished :
    [here ](http://animalpolice.shared6.lighthost.co.il/)
 * But keep in mind that I found the missing css file, it is “style-frontpage.css”,
   that can be found under: “…..\wp-content\themes\tempera\styles”
 * The new question is where and how to call the file in a child theme….
 * Thanks again!!!
 *  Thread Starter [guy1407](https://wordpress.org/support/users/guy1407/)
 * (@guy1407)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cryout-column-header-alignment/#post-5052088)
 * additional info:
 * I found ….\wp-content\themes\tempera\includes\theme-styles.php
 * There you can find :
 * if($tempera_frontpage==”Enable” ) { wp_register_style( ‘tempera-frontpage’, get_template_directory_uri().‘/
   styles/style-frontpage.css’ );}
 * But that does not support theme child which is probably a better method to use
   themes….
 * or am I doing something wrong… ?
 * Guy
 *  [Angel-Grafik](https://wordpress.org/support/users/angel-grafik/)
 * (@angel-grafik)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cryout-column-header-alignment/#post-5052172)
 * Hi guy1407,
 * go to the the Misc section of Tempera Settings (in admin) of your chil theme 
   and just add this into the Custom CSS textarea:
 *     ```
       .column-header-image {
       text-align:center;
       }
       ```
   
 * Don’t forget to remove the change you made in the original Tempera file (“style-
   frontpage.css”) before that 😉
 * Hope this will help!
 *  Thread Starter [guy1407](https://wordpress.org/support/users/guy1407/)
 * (@guy1407)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cryout-column-header-alignment/#post-5052184)
 * Works like magic!
    Thanks a lot !!!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Cryout column header alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tempera/1.8.4/screenshot.png)
 * Tempera
 * [Support Threads](https://wordpress.org/support/theme/tempera/)
 * [Active Topics](https://wordpress.org/support/theme/tempera/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tempera/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tempera/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [guy1407](https://wordpress.org/support/users/guy1407/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/cryout-column-header-alignment/#post-5052184)
 * Status: resolved