Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #80880
    Mark Argentino
    Participant

    Hello,
    Suddenly the mobile menu is centered whereas previously the menu was left justified and showed the menu items in a nice drop down list.
    Also, once page is rendered in mobile view the header and footers become centered rather than left justified. What do you think changed?

    Site is

    http://www.mississauga4sale.com

    If I upgrade to Pro will this solve the problem?

    Thank you,
    Mark

    #80889
    Sakin
    Keymaster

    @mark-argentino: Sorry but that is responsive design to make your mobile use easy to touch menu in center and read nicely.

    Let me know what are you trying to do in mobile devices.

    #80901
    Mark Argentino
    Participant

    Yes, I understand, but up until about a week or so ago, when I was in the mobile device showing the mobile menu the small graphic and the word menu was on the left, now it’s in the centre. The header and footer information is suddenly centre justified too, prior to this it was left justified. It seems like a justification issue that I can’t figure out what changed to make these 3 items (the header information, menu and footer information) center justified rather than left justified.

    Can you see what may have changed recently?

    Thanks
    Mark

    #80956
    Sakin
    Keymaster

    @mark-argentino: Ok if you want it left then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 767px) {	
    	.logo-wrap {
    	    float: left;
    	    text-align: left;
    	}
    	.one-menu #mobile-header-left-menu {
    	    float: left;
    	}
    	.one-menu .menu-access-wrap, 
    	#colophon .menu-access-wrap,
    	#site-generator .copyright, 
    	#site-generator .powered {
    	    text-align: left;
    	}
    }
    #80958
    Mark Argentino
    Participant

    Hi Sakin,

    This code works Excellent! Thanks for the help.

    How do I purchase the Pro Version?

    Thanks again,
    Mark

    #80959
    Sakin
    Keymaster

    Hi Mark,

    You can purchase it from http://catchthemes.com/themes/catch-box-pro/ and follow theme instructions for installation and configuration http://catchthemes.com/theme-instructions/catch-box-pro/

    Thanks for your appreciation.

    Regards,
    Sakin

    #86744
    Robertf
    Participant

    Great work, @Sakin. Thanks so much for new mobile menu and for css to display it centre, left or right! 🙂


    @Robertf

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile Menu is now centered’ is closed to new replies.