Title: Adding text below the logo
Last modified: February 8, 2017

---

# Adding text below the logo

 *  Resolved [radujit](https://wordpress.org/support/users/radujit/)
 * (@radujit)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/adding-text-below-the-logo/)
 * Hi,
    I would need I little bit of help in adding text below the logo (the slogan).
   The address is: [http://www.cancerofcancer.com](http://www.cancerofcancer.com)
   Thank you.

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

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/adding-text-below-the-logo/#post-8784219)
 * add this to functions.php
 *     ```
       function meso_add_logo_desc() {
       echo '<span class="clearfix" style="float:left;margin:0 0 0 10px;">hello world</span>';
       }
       add_action('bp_after_site_title','meso_add_logo_desc');
       ```
   
 * add add this to customizer->general->custom css, to fix the container issue
 *     ```
       #custom .container-wrap, footer .ftop, footer .fbottom {
           width: 100%;
       }
       ```
   
 *  Thread Starter [radujit](https://wordpress.org/support/users/radujit/)
 * (@radujit)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/adding-text-below-the-logo/#post-8784304)
 * Thank you! It worked!

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

The topic ‘Adding text below the logo’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [radujit](https://wordpress.org/support/users/radujit/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/adding-text-below-the-logo/#post-8784304)
 * Status: resolved