Title: Problems with the theme.
Last modified: August 22, 2016

---

# Problems with the theme.

 *  Resolved [artben](https://wordpress.org/support/users/artben/)
 * (@artben)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/problems-with-the-theme/)
 * Hello,
    I have subscribed to premium theme for my site artben.fr Here I have 
   many concerns that I wish to solve.
 * 1) I want to center the logo when in mobille release. (picture : [http://img11.hostingpics.net/pics/506580Capturedcran20141130154249.png](http://img11.hostingpics.net/pics/506580Capturedcran20141130154249.png)
 * 2) I want to change the size of the title in the posts and why not on the home
   page.
 * 3) I want to remove: tag / comment in the HOMEPAGE only. Down of each article.
 * 4) In the mobile version, display the menu over the top. (picture : [http://img11.hostingpics.net/pics/506580Capturedcran20141130154249.png](http://img11.hostingpics.net/pics/506580Capturedcran20141130154249.png))
 * Thank you in advance

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/problems-with-the-theme/#post-5531068)
 * I’m sorry, but this is quite a bit of customization and is outside the scope 
   of what I can offer for free. I can help point you in the right direction if 
   you’d like to make the customizations yourself. Otherwise, I know the good folks
   at [codeable.io](http://codeable.io) would be happy to help you.
 *  Thread Starter [artben](https://wordpress.org/support/users/artben/)
 * (@artben)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/problems-with-the-theme/#post-5531078)
 * please help me to center the logo on mobile…
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/problems-with-the-theme/#post-5531280)
 * Okay, the following CSS can center the logo at mobile widths:
 *     ```
       @media all and (max-width: 800px) {
   
         #title-info {
           text-align: center;
           float: none;
         }
         .site-title {
           float: none;
         }
         #toggle-navigation {
           position: absolute;
           top: 0.75em;
         }
       }
       ```
   
 * You can copy and paste that code into the “Custom CSS” section in the Customizer(
   Appearance > Customize). Once added there, it should take affect right away.

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

The topic ‘Problems with the theme.’ is closed to new replies.

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

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [probleme](https://wordpress.org/support/topic-tag/probleme/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/problems-with-the-theme/#post-5531280)
 * Status: resolved