Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87751
    zerocuul
    Member

    Hello,

    sorry for my bad English.
    I have two problems:
    1. If I change the maximum width of the centerbox in the style.css everything ist ok (on PC and Mobile) but the same change in the Custom CSS-Box change the look of the mobile Version to a damaged PC Version. I think there’s something missing.

    #primary {
    width: 750px;
    }
    #secondary {
    width: 260px;
    }

    2. In the mobile Version the Menu is not so clear difference between the main and child Menu. Is it Possible it is possible that the child opens onclick or to change the color of the child menus?

    Thank you for your help

    regards Zero

    Website http://www.refugees-re.de

    #87787
    Pratik
    Keymaster

    Hi @zerocuul,

    1. If you change the width, then you will need to adjust the sizes for all devices. Please hire a customizer to make it work on all devices. There will be a lot of changes. Also, consider using a child theme and its style.css as there will be quite a few changes. Custom CSS box is only meant for small changes.

    2. It is possible to change color of child menu.For that, you can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    #branding #access, #colophon #access-footer, #branding ul.menu ul a {
        background: #CD0000;
    }
    

    Change the hex color value to any value you like.

    Regards,
    Pratik

    #88065
    zerocuul
    Member

    Hi @pratik,

    thank you for your answer.
    to 1 oh thats not so good. We help refugees and are non-profit and have no money for a Customizer. then I probably continue to change the style.css after successful updates manuel.

    to 2 it does not work. The full Menü inkl parent ist red.
    I only need the responsive mode, an optically better illustrated menu
    I am glad about every solution 🙂

    Regards Zero

    #88118
    Pratik
    Keymaster

    Hi @zerocuul,
    Creating child theme and editing the css is not very difficult. Just refer to this post: http://catchthemes.com/blog/create-child-theme-wordpress/

    2. Can you check and use this code instead:

    
    .sidr #header-left-nav .sub-menu {
        background-color: #CD0000;
    }
    

    Let me know if this works or not.

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Two Questions- Change width Center and Mobile Menü’ is closed to new replies.