Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Center Footer Menu for Mobile

Topic Resolution: Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #35228
      delladang
      Support Expired

      The Footer Menu in Mobile is not centered and there’s no option for this so all the links are to the right. Is there a code to center it?

    • #35234
      Harry
      Support Expired

      Hello Della,

      please add more code

      @media only screen and (max-width: 736px) {
      .footer__bot {
      	text-align: center;
      }}

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #35235
      Harry
      Support Expired

      Please change to

      @media only screen and (max-width: 736px) {
      #jas-footer {
      	text-align: center;
      }}

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #35238
      delladang
      Support Expired

      I’m sorry Harry, neither code work.

    • #35244
      Harry
      Support Expired

      Please add more code

      #jas-footer-menu li {
      	float: none;
      	display: inline-block;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #35245
      delladang
      Support Expired

      Thank you, that worked!

Viewing 5 reply threads

You must be logged in to reply to this topic.