Title: Mobile Upgrade
Last modified: August 22, 2016

---

# Mobile Upgrade

 *  Resolved [GiorgioCuellar](https://wordpress.org/support/users/giorgiocuellar/)
 * (@giorgiocuellar)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-upgrade/)
 * I’m sorry if this has been brought up before, I tried searching but can’t find
   something regarding this topic.
 * I really like tracks as a theme on my desktop. I’m not such a big fan of how 
   it looks on my phone. Is there a way for it to translate better?
 * At the moment it’s a bland white screen with Latest Posts and a Powered by WordPress
   and Mobilepress footer.
 * Even if it was one of the paid upgrades I would be interested in a mobile site
   that better represented the desktop visuals. Please let me know if that would
   be possible.

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

1 [2](https://wordpress.org/support/topic/mobile-upgrade/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/mobile-upgrade/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/mobile-upgrade/page/2/?output_format=md)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862234)
 * Hmm I think there may be a plugin changing the mobile design of your site. The
   mobile version of Tracks should have a dark background like at desktop widths.
 * Can you can load the live demo on your phone to and let me know if it looks any
   different? Here’s the URL: [https://www.competethemes.com/tracks-live-demo/](https://www.competethemes.com/tracks-live-demo/)
 *  Thread Starter [GiorgioCuellar](https://wordpress.org/support/users/giorgiocuellar/)
 * (@giorgiocuellar)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862242)
 * Thank you that helped a ton. I have not been able to access a menu as cool as
   the one in the demo but I’ll play around with it and get it figured out.
 * Wonderful theme, very impressed.
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862291)
 * Okay great, glad I could help! Don’t hesitate to ask if you need any additional
   assistance.
 *  [acp73](https://wordpress.org/support/users/acp73/)
 * (@acp73)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862468)
 * Ive just viewed the live demo on my mobile and it looks much better than what
   i get using the mobile version!
 * My post images dont display in the preview and also only one post! What can I
   do to rectify this?
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862469)
 * Could you share a link to your site?
 *  [acp73](https://wordpress.org/support/users/acp73/)
 * (@acp73)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862470)
 * Apologies should’ve done that: [http://www.anthoypeyper.com](http://www.anthoypeyper.com)
   
   Im using “Mobile Smart” plugin to activate the mobile version.
 *  [acp73](https://wordpress.org/support/users/acp73/)
 * (@acp73)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862471)
 * Actually I just realised that I need to set a “featured image” in the post – 
   thought it would just display the first image. My Bad! Now just trying to figure
   out how to remove the original menu when using the Responsive Menu (WPR Menu)
   App…? How do I find out what many item (e.g.: nav,#main-menu) i need to enter
   to remove the main menu?
 * Also any ideas why the social media icons display on one line in the footer but
   wraps at the top?
 *  [acp73](https://wordpress.org/support/users/acp73/)
 * (@acp73)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862472)
 * Also managed to remove the main logo and just the WPR menu! (found some CSS in
   an old post.
 * /*remove mobile menu*/
    #toggle-navigation { display: none; }
 * btw…great product and awesome support!
 * Two last questions (hopefully):
    1. Is it possible to change the background colour
   where the social media icons occur at the top of the page? 2. Is it possible 
   to remove the side padding (full width) or is this an upgrade item? If so which
   upgrade is it? (Am only using this template for mobile version)
 *  [acp73](https://wordpress.org/support/users/acp73/)
 * (@acp73)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862473)
 * Actually sent the incorrect link: [http://www.anthonypeyper.com](http://www.anthonypeyper.com)
 * Something happened and just lost all the changes I made! very strange! CAnt even
   get my old template working. Won’t over ride the Track template.
 * Any ideas?
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862474)
 * Okay to change the background behind the social media icons, you can use the 
   following CSS:
 *     ```
       .top-navigation {
         background: #43b3c4;
       }
       ```
   
 * And for making the site full-width, the following CSS will do this:
 *     ```
       #main {
         width: 100%;
       }
       ```
   
 * 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.
 * I’m sorry you lost your customizations. Where were you adding your previous CSS?
 *  [acp73](https://wordpress.org/support/users/acp73/)
 * (@acp73)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862475)
 * Thanks again for your help! All works really well!! Previously i was adding it
   to the Custom CSS section. I think it might have been a glitch on my server because
   it would not let me change any themes and the current (Tracks) theme just defaulted
   to the original installation.
 * Sorry – one more question: Is it possible to reduce the padding around the logo
   area to be the same as that of the social media icons at the bottom of the site?
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862476)
 * Sure, no problem 🙂
 * Try the following for reducing the padding and let me know what you think:
 *     ```
       #site-header {
         padding-bottom: 0;
       }
       ```
   
 *  [acp73](https://wordpress.org/support/users/acp73/)
 * (@acp73)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862481)
 * Spot on as always!!
    thx
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862483)
 * You’re welcome 🙂
 *  [graceblack](https://wordpress.org/support/users/graceblack/)
 * (@graceblack)
 * [11 years ago](https://wordpress.org/support/topic/mobile-upgrade/#post-5862500)
 * I’m trying to figure out how to get the ‘related posts’ off of the bottom of 
   posts. Im using the “Tracks” theme and I have it deselected under settings tab.
   But it is still showing on every post.
 * Thanks in advance!
    [http://www.threelinethursday.com/3linethursday-week-thirty-five/](http://www.threelinethursday.com/3linethursday-week-thirty-five/)

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

1 [2](https://wordpress.org/support/topic/mobile-upgrade/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/mobile-upgrade/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/mobile-upgrade/page/2/?output_format=md)

The topic ‘Mobile Upgrade’ is closed to new replies.

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

 * 38 replies
 * 5 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/mobile-upgrade/page/3/#post-5862529)
 * Status: resolved