Title: theme404's Replies | WordPress.org

---

# theme404

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Mucha] Text not centered on mobile](https://wordpress.org/support/topic/text-not-centered-on-mobile/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/text-not-centered-on-mobile/#post-13524826)
 * Hello [@nvlctur](https://wordpress.org/support/users/nvlctur/)
    Thank you for
   using our theme. Since you are using Elementor, you can align the text center
   through Elementor. If you are still unable to adjust it, then feel free to contact
   us through email.
 * Thank You
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Mucha] Justify top header](https://wordpress.org/support/topic/justify-top-header/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/justify-top-header/#post-13496185)
 * Hello [@nvlctur](https://wordpress.org/support/users/nvlctur/)
    Go to Appearance
   > Customize > Additional CSS and add following CSS;
 *     ```
       @media only screen and (max-width: 479px){.site-footer .widget-area{
           text-align: center;
       }}
       ```
   
 * Thank You
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Mucha] Justify top header](https://wordpress.org/support/topic/justify-top-header/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/justify-top-header/#post-13480121)
 * Hello [@nvlctur](https://wordpress.org/support/users/nvlctur/)
    Thank you for
   using our theme.
 * Go to Appearance > Customize > Additional CSS and add following CSS;
 *     ```
       @media only screen and (max-width: 479px){
       .top-header-wrap {
           display: flex !important;
       }
       }
       ```
   
 * Thank You
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Mucha] Change header logo link](https://wordpress.org/support/topic/change-header-logo-link/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/change-header-logo-link/#post-13411377)
 * Hello [@nvlctur](https://wordpress.org/support/users/nvlctur/)
    You can try with
   this code
 *     ```
       if ( !function_exists( 'real_estater_child_custom_logo' ) ):
       	function real_estater_child_custom_logo() {
       	    $custom_logo_id = get_theme_mod( 'custom_logo' );
       	    $html = sprintf( '<a href="%1$s" class="custom-logo-link" rel="home" itemprop="url">%2$s</a>',
       	            esc_url( 'www.google.com' ),
       	            wp_get_attachment_image( $custom_logo_id, 'full', false, array(
       	                'class'    => 'custom-logo',
       	            ) )
       	        );
       	    return $html;   
       	}
       endif;
       add_filter( 'get_custom_logo', 'real_estater_child_custom_logo' );
       ```
   
 * The code previously not copied exactly. I can see there is empty space [https://prnt.sc/ui0zom](https://prnt.sc/ui0zom)
   making some issue.
 * So, please try with the above and if not fixed, then contact us through email.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Mucha] Change header logo link](https://wordpress.org/support/topic/change-header-logo-link/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/change-header-logo-link/#post-13407742)
 * Hello [@nvlctur](https://wordpress.org/support/users/nvlctur/)
    Go to function.
   php of child theme and add following function
 *     ```
       if ( !function_exists( 'chld_thm_cfg_parent_css' ) ):
       	function real_estater_child_custom_logo() {
       	    $custom_logo_id = get_theme_mod( 'custom_logo' );
       	    $html = sprintf( '<a href="%1$s" class="custom-logo-link" rel="home" itemprop="url">%2$s</a>',
       	            esc_url( 'www.google.com' ),
       	            wp_get_attachment_image( $custom_logo_id, 'full', false, array(
       	                'class'    => 'custom-logo',
       	            ) )
       	        );
       	    return $html;   
       	}
       endif;
       add_filter( 'get_custom_logo', 'real_estater_child_custom_logo' );
       ```
   
 * Replace [http://www.google.com](http://www.google.com) with the required URL 
   of your page.
    To create a child theme you can use Child Theme Generator Plugin
   or go through the handbook [https://developer.wordpress.org/themes/advanced-topics/child-themes/](https://developer.wordpress.org/themes/advanced-topics/child-themes/)
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Mucha] Change Top Bar](https://wordpress.org/support/topic/change-top-bar/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/change-top-bar/#post-13342371)
 * Hello,
    Thank You for using our theme. Your website is in maintenance mode.So
   Please remove maintenance mode or contact us [wptheme404@gmail.com](https://wordpress.org/support/users/theme404/replies/wptheme404@gmail.com?output_format=md)
   for quick support.
 *  Thank You
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Minimal Business] header width fit to content width](https://wordpress.org/support/topic/header-width-fit-to-content-width/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/header-width-fit-to-content-width/#post-13183491)
 * Hello [@faithht](https://wordpress.org/support/users/faithht/)
    We have reviewed
   your concern. If you are good to customize CSS, you can try the following code.
   But if you are not familiar with CSS, then contact us at [wptheme404@gmail.com](https://wordpress.org/support/users/theme404/replies/wptheme404@gmail.com?output_format=md).
 *     ```
       .main-navigation {
           width: 100%;
       }
       .menu-container {
           width: 84%;
           width: calc(100% - 160px);
           text-align: left;
           padding-right: 5px;
       }
       ```
   
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Career Portfolio] Contact](https://wordpress.org/support/topic/contact-31/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/contact-31/#post-12885273)
 * Thank you for using our theme.
    Please Go to Appearance > Customize > Front Page
   Options > Contact Setting and Section Contact Page.
 * Let us know if there is anything else.
 * Thank you
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Real Estater] Demo Data](https://wordpress.org/support/topic/demo-data-17/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/demo-data-17/#post-12850081)
 * Hello [@braven1612](https://wordpress.org/support/users/braven1612/)
    First of
   all, we would like to thank you for using our theme.
 * To clarify your notes, you have imported demo and now you have [https://utahacres.com](https://utahacres.com)
   this set up already, that looks amazing. Now you have deactivated the demo import
   plugin, no worries.
 * So, to your questions:
    — The demo data is all about the demos. You can either
   keep it or replace it with your own content, it’s up to you. But if google found
   the demo data at your live site, they may ask you to delete. — Edit the content
   is all you have to do, and you can. You can edit the header section and all. —
   If you need further instructions, you can check our [documentation](https://theme404.com/wp-documentations/career-portfolio/)
 * Thank you again for using our theme.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Career Portfolio] how change WILL SMITH?](https://wordpress.org/support/topic/how-change-will-smith/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-change-will-smith/#post-12849901)
 * Hell [@masoudfn](https://wordpress.org/support/users/masoudfn/)
    Thank you for
   using our theme and really appreciate your feedback. It always inspires us to
   make a better theme. Well, to fix your issue, please **Go to Appearance > Customize
   > Header Media** and from there you can change **“Header Media Title”**.
 * Thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Career Portfolio] Infinte scroll?](https://wordpress.org/support/topic/infinte-scroll/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/infinte-scroll/#post-12838133)
 * Hello [@thimmer](https://wordpress.org/support/users/thimmer/),
    Thank you for
   using our theme. For infinite scroll, you can use a jet pack plugin.
 * Thank You
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Career Portfolio] Responsive menu](https://wordpress.org/support/topic/responsive-menu-35/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/responsive-menu-35/#post-12814418)
 * Hello [@milumir](https://wordpress.org/support/users/milumir/)
    Thank you for
   getting back to us. We hope everything proper with you.
 * Cheers!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Real Estater] Real Estater Theam](https://wordpress.org/support/topic/real-estater-theam/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/real-estater-theam/#post-12812495)
 * Hello [@kobusnextgen](https://wordpress.org/support/users/kobusnextgen/)
    Thank
   you for using our theme. Will you please email us at [wptheme404@gmail.com](https://wordpress.org/support/users/theme404/replies/wptheme404@gmail.com?output_format=md)
   with your issues?
 * Regards
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Career Portfolio] Responsive menu](https://wordpress.org/support/topic/responsive-menu-35/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/responsive-menu-35/#post-12797053)
 * Hello [@milumir](https://wordpress.org/support/users/milumir/)
    Go to Appearance
   > Customize > Additional Css and add following css
 *     ```
       @media only screen and (max-width: 768px){
       	.hgroup-wrap{
       		width:100%;
       		height: 80px;
       	}
       	.search-toggle,.nav-button{
       		width: 80px;
           	height: 80px;
       	}
       	.nav-button {
       		right: 0;
       		left: auto;
       		width: 80px;
       		height: 80px;
       	}
       	#myfullpage, .site-footer {
       		padding-left: 0 !important;
       	}
       	.logged-in .hgroup-wrap{
       		top:46px;
       	}
       	.site-header .hgroup-wrap + .navbar.menu-expand {
       		right: -moz-calc(100% - 0px);
       		right: -webkit-calc(100% - 0px);
       		right: calc(100% - 0px);
       	}
       	.site-branding {
       		top: 80px;
       		z-index: 9;
       	}
       }
       @media only screen and (max-width: 479px){
       	.site-branding {
       		-moz-transform: translateX(-50%);
       		-webkit-transform: translateX(-50%);
       		transform: translateX(-50%);
       	}
       } 
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Real Estater] Featured Section](https://wordpress.org/support/topic/featured-section-3/)
 *  Theme Author [theme404](https://wordpress.org/support/users/theme404/)
 * (@theme404)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/featured-section-3/#post-12723357)
 * Hello there,
    We would like to check the site Please send us site url and possibly
   wp-admin access too. Please send them via email at [wptheme404@gmail.com](https://wordpress.org/support/users/theme404/replies/wptheme404@gmail.com?output_format=md).
 * Thanks

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

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