Title: beneads's Replies | WordPress.org

---

# beneads

  [  ](https://wordpress.org/support/users/beneads/)

 *   [Profile](https://wordpress.org/support/users/beneads/)
 *   [Topics Started](https://wordpress.org/support/users/beneads/topics/)
 *   [Replies Created](https://wordpress.org/support/users/beneads/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/beneads/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/beneads/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/beneads/engagements/)
 *   [Favorites](https://wordpress.org/support/users/beneads/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/beneads/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/beneads/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] Navbar Not Displaying on Launch](https://wordpress.org/support/topic/navbar-not-displaying-on-launch/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/navbar-not-displaying-on-launch/#post-8826319)
 * Thanks, Roman! That worked perfectly!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] Navbar Not Displaying on Launch](https://wordpress.org/support/topic/navbar-not-displaying-on-launch/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/navbar-not-displaying-on-launch/#post-8824072)
 * D’oh! Forgot to also post this excerpt from Functions.php.
 * }
    if (get_theme_mod(‘moesia_menu_top’, 0) == 0) { add_action(‘tha_header_after’,‘
   moesia_nav_bar’); } else { add_action(‘tha_header_before’, ‘moesia_nav_bar’);}
 * /**
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Header is cut off on mobile using Expound theme](https://wordpress.org/support/topic/header-is-cut-off-on-mobile-using-expound-theme/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/header-is-cut-off-on-mobile-using-expound-theme/#post-4631489)
 * Andrew, wow! You’re on fire, my friend!
 * That fixed it! I tested it on many mobile devices and it scales perfectly fine.
 * Thank you so much!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Header is cut off on mobile using Expound theme](https://wordpress.org/support/topic/header-is-cut-off-on-mobile-using-expound-theme/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/header-is-cut-off-on-mobile-using-expound-theme/#post-4631487)
 * Wow! You’re on fire today, Andrew!
 * I just added that text to my style.css file and this is what it looks like now:
 * /*
    Theme Name: Test 1 Theme URI: http: //www.beneadsfiction.com/ Description:
   This is a custom child theme I have created. Author: Ben Eads Author URI: http://
   www.beneadsfiction.com/ Template: expound Version: 0.1 */
 * [@import](https://wordpress.org/support/users/import/) url(“../expound/style.
   css”);
 * /* =Theme customication starts here
    ————————————————————- */ .site-header .site-
   branding { background-position: 0; }
 * However, it is still not displaying my header image for mobile devices. Grrr!
 * Again, any help you can give is deeply appreciated. Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Header is cut off on mobile using Expound theme](https://wordpress.org/support/topic/header-is-cut-off-on-mobile-using-expound-theme/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/header-is-cut-off-on-mobile-using-expound-theme/#post-4631485)
 * D’oh! Line breaks and all that jazz.
 * Here is the correct style.css file for my child theme. Again, thanks!
 * /*
    Theme Name: Test 1 Theme URI: http: //www.beneadsfiction.com/ Description:
   This is a custom child theme I have created. Author: Ben Eads Author URI: http://
   www.beneadsfiction.com/ Template: expound Version: 0.1 */
 * [@import](https://wordpress.org/support/users/import/) url(“../expound/style.
   css”);
 * /* =Theme customication starts here
    ————————————————————- */
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Expound Child Theme is Broken. Help! LOL](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/page/2/#post-4673075)
 * Awesome!
 * Thank you so much, Andrew! Words can’t express how deeply I appreciate your help,
   man!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Expound Child Theme is Broken. Help! LOL](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/page/2/#post-4673072)
 * Andrew,
 * I just re-edited the file in notepad per your example, uploaded the new style.
   css file and it is working! No errors!
 * Can you please confirm this on your end? Again, many thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Expound Child Theme is Broken. Help! LOL](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/page/2/#post-4673056)
 * Yes, I did edit the style.css file on my windows computer using notepad.
 * I apologize, I’m a newbie when it comes to child themes.
 * Is there a text editor that you can recommend? Because my hosting provider is
   clueless when it comes to things like this. LOL
 * Again, any help would be deeply appreciated. Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Expound Child Theme is Broken. Help! LOL](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/#post-4673042)
 * I also noticed that when I disabled the plugins, my transparent header background
   comes back. Eeek LOL
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Expound Child Theme is Broken. Help! LOL](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/#post-4673038)
 * I don’t recall. I may have. I remember copy and pasting what should go in the
   css file.
 * Is there a problem with the CSS code itself?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Expound Child Theme is Broken. Help! LOL](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/#post-4673033)
 * All plugins are deactivated. 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Expound Child Theme is Broken. Help! LOL](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/#post-4673031)
 * OK, I’ll deactivate them all now. Should be good to go in a minute. 😉
 * Again, thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Expound Child Theme is Broken. Help! LOL](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/#post-4673027)
 * Oh! And I have no caching plugins.
 * I’m only using the following:
 * Akismet, Jetpack, BackWPup, NextGenGallery and WordFence.
 * Again, thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Expound Child Theme is Broken. Help! LOL](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/#post-4673023)
 * Yes, I activated them after learning that disabling them did nothing.
 * Would you like me to deactivate them all for you to test?
 * Again, thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Expound] Expound Child Theme is Broken. Help! LOL](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/)
 *  Thread Starter [beneads](https://wordpress.org/support/users/beneads/)
 * (@beneads)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/expound-child-theme-is-broken-help-lol/#post-4673016)
 * Andrew,
 * I disabled all of my plugins and still have the same issue. = (
 * Again, I deeply appreciate your help. Please advise.

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/beneads/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/beneads/replies/page/2/?output_format=md)