Title: WP Cake's Replies | WordPress.org

---

# WP Cake

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WPCake] Sidebar Width](https://wordpress.org/support/topic/sidebar-width-87/)
 *  Theme Author [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/sidebar-width-87/#post-15210348)
 * Hi [@parkerchris76](https://wordpress.org/support/users/parkerchris76/),
 * You are almost there. It looks like the main content is set a little short. Your
   sidebar has a width of 15% and a main content area of 70%. I think if you increase
   the width of the main content area so it combines with the sidebar to equal 100%
   you will achieve the effect you are looking for.
 * Try adding the following CSS to your custom CSS panel in the customizer:
 *     ```
       .woocommerce-page .content-area{
         width: 85%;
       }
       ```
   
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Football Pool] Register/Login message showing twice](https://wordpress.org/support/topic/register-login-message-showing-twice/)
 *  Thread Starter [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/register-login-message-showing-twice/#post-14703273)
 * that worked thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[301 Redirects - Redirect Manager] URLs with a permanent redirect](https://wordpress.org/support/topic/urls-with-a-permanent-redirect/)
 *  Thread Starter [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/urls-with-a-permanent-redirect/#post-14292644)
 * Ok thank-you for getting back to me.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WPCake] Menu Background Colour on Mobile](https://wordpress.org/support/topic/menu-background-colour-on-mobile/)
 *  Theme Author [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/menu-background-colour-on-mobile/#post-14251101)
 * Hi,
 * Having looked at your site in a bit more detail I can see you have added some
   custom CSS that looks to be showing sub-menus with a cream coloured background
   and blue text.
 * If you want the sub menus to be blue background and cream text then find the 
   following CSS in your custom css editor and swap the colours around:
 * header nav ul ul a{
    background-color: #f2ebe5; color: #647295; }
    -  This reply was modified 5 years, 2 months ago by [WP Cake](https://wordpress.org/support/users/wpcake/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WPCake] Menu Background Colour on Mobile](https://wordpress.org/support/topic/menu-background-colour-on-mobile/)
 *  Theme Author [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/menu-background-colour-on-mobile/#post-14242256)
 * OK different from me I think. I am getting:
 * Safari on iOS – Blue background – F2EBE5, Cream Text – 647295
 * Chrome on iOS – Blue background – F2EBE5, Cream Text – 647295
 * Safari on MacOS – submenu as Blue text 647295 on Cream background F2EBE5
 * Chrome on MacOS – submenu as Blue text 647295 on Cream background F2EBE5
 * Firefox on MacOS – submenu as Blue text 647295 on Cream background F2EBE5
 * So all looks fine from my end. I will ask a colleague to double check on their
   devices.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WPCake] Menu Background Colour on Mobile](https://wordpress.org/support/topic/menu-background-colour-on-mobile/)
 *  Theme Author [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/menu-background-colour-on-mobile/#post-14242208)
 * Hi,
 * can you please provide more information on which browsers you are testing and
   what they are displaying?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WPCake] Menu Background Colour on Mobile](https://wordpress.org/support/topic/menu-background-colour-on-mobile/)
 *  Theme Author [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/menu-background-colour-on-mobile/#post-14238088)
 * Hi Chris, on mobile all menus appear to be #647295 now.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WPCake] Menu Background Colour on Mobile](https://wordpress.org/support/topic/menu-background-colour-on-mobile/)
 *  Theme Author [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/menu-background-colour-on-mobile/#post-14235911)
 * Without seeing the website setup you could try:
 *     ```
       @media (max-width: 789px) {
         header nav,
         header nav ul ul a{
           background: #000;
         }
       }
       ```
   
 * This should ensure the menu background is black.
 * Thanks
    -  This reply was modified 5 years, 2 months ago by [WP Cake](https://wordpress.org/support/users/wpcake/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WPCake] Menu Background Colour on Mobile](https://wordpress.org/support/topic/menu-background-colour-on-mobile/)
 *  Theme Author [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/menu-background-colour-on-mobile/#post-14232076)
 * Hi, apologies for the slow response. If you haven’t got a fix for this yet, can
   you please provide your url so we can take a look?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WPCake] Menu Background Colour on Mobile](https://wordpress.org/support/topic/menu-background-colour-on-mobile/)
 *  Theme Author [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/menu-background-colour-on-mobile/#post-14043027)
 * Hi [@parkerchris76](https://wordpress.org/support/users/parkerchris76/)
 * We will plan a more permanent fix for this but for now you can try adding some
   custom CSS. the styles below should be able to help:
 *     ```
       @media (max-width: 789px) {
         header nav{
           background: #000;
         }
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[SiteOrigin Corp] Thumbnail size problem](https://wordpress.org/support/topic/thumbnail-size-problem-9/)
 *  Thread Starter [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/thumbnail-size-problem-9/#post-13455283)
 * thank-you, I will give that a try
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[SiteOrigin Corp] Thumbnail size problem](https://wordpress.org/support/topic/thumbnail-size-problem-9/)
 *  Thread Starter [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/thumbnail-size-problem-9/#post-13454336)
 * OK that will then make the thumbs all the new size which is the wrong size for
   my original images to work. It’s OK – I think I will have to resize all my images
   to suit the new theme.
 * thanks for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Keyword density issue](https://wordpress.org/support/topic/keyword-density-issue/)
 *  Thread Starter [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/keyword-density-issue/#post-12498592)
 * I found the answer.
 * Quotes (“”) have to be added around short focus keywords with function words.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Premium Addons for Elementor - Powerful Elementor Templates & Widgets] Post excerpt problem](https://wordpress.org/support/topic/post-excerpt-problem-2/)
 *  Thread Starter [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/post-excerpt-problem-2/#post-12473719)
 * Wow I would never have got to the bottom of that one!
 * Thanks very much for your help – really appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Premium Addons for Elementor - Powerful Elementor Templates & Widgets] Post excerpt problem](https://wordpress.org/support/topic/post-excerpt-problem-2/)
 *  Thread Starter [WP Cake](https://wordpress.org/support/users/wpcake/)
 * (@wpcake)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/post-excerpt-problem-2/#post-12470641)
 * OK thank-you – I have sent the xml

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

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