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

Home Forums Themes Support HelpDesk How do I centre the footer links in Claue theme on Mobile…

Viewing 7 reply threads
  • Author
    Posts
    • #42215
      stebrooks66
      Support Expired

      Please see https://bellisimacamping.co.uk/ on mobile device the footer links are float: left and I need them to be centered? Can you please help

    • #42216
      stebrooks66
      Support Expired

      Theres on other problem with the cart, its not adding in the correct number so when you select say 5 of a product and add it only shows as 1 in the mini cart…

      Please seeattached video for explanation. If you need logins let me know

    • #42217
      stebrooks66
      Support Expired

      Sorry the video wouldn’t upload. I have uploaded it to youtube here’s the link

    • #42218
      Harry
      Support Expired

      Hi SteBrooks,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 767px) {
      #jas-footer-menu li {
      	float: none;
      }}

      For the cart, please go to Theme Option > WooCommerce > Product Detail Setting > Add to cart behavior change to Slide Sidebar.

      Kind regards

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

    • #42221
      stebrooks66
      Support Expired

      Hi. Another one…

      The colour of the cart items circled in the image change to dark grey on mobile can you give me the code to change this to a lighter grey… I can enter teh hex colour code for the exact shade of grey I want

      Attachments:
      You must be logged in to view attached files.
    • #42224
      Harry
      Support Expired

      Hi SteBrooks,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .quantity .tc a {
      	color: #ccc;
      }
      @media only screen and (max-width: 767px) {
      table.shop_table_responsive tr td::before {
      	color: #ccc;
      }}

      Kind regards

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

    • #42227
      stebrooks66
      Support Expired

      Thank you and last one hopefully… the plus and minus signs on the site next to quantity number is too dark can you send code to change that please see picture

      Attachments:
      You must be logged in to view attached files.
    • #42229
      Harry
      Support Expired

      Hi ,

      The code is

      .quantity .tc a {
      	color: #ccc;
      }

      Kind regardss

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

Viewing 7 reply threads

You must be logged in to reply to this topic.