Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #936499

    Hello,

    first of all, thanks for your awesome theme.

    I have 2 simple questions:

    1) See the following image: how i can float the mobile menù icon, search icon and cart icon on the right? because now they are too near the logo.

    2) How i can remove the string “Enfold Theme by Kriesi” from the footer?

    Please let me know.
    Best regards

    #936771

    Hey maloneweb,

    1. What is the web site URL?

    Just add the following shortcode at the end of your Copyright line in the theme options footer section.

    [nolink]

    Best regards,
    Basilis

    #936789

    Hello, the link is http://www.solochampagne.com

    please let me know.

    Best regards

    #937433

    Hi maloneweb,

    Here is a thread for you to consider for the copyright issue
    https://kriesi.at/support/topic/change-copyright-info-remove-enfold-child-theme/

    Here is the code for the menu on mobile, you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      #menu-item-shop .cart_dropdown_link {
        padding: 0 5px 0 31px;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #937576

    Hello,

    thanks bot, i resolve the problem!

    The cart counter on mobile after your css was glitched (it stay too near the cart icon), i fix with this:

    @media only screen and (max-width: 479px) {
    #top .av-cart-counter {margin-left: 18px;}
    }
    

    Last question: is possibile make the mobile header sticky? thanks again and best regards

    #937714

    Hi maloneweb,

    Did you call me “bot”? :)

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) {
      .responsive.html_mobile_menu_tablet #top #wrap_all #header {
        position: fixed;
      }
      .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 88px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    • This reply was modified 6 years, 2 months ago by Victoria.
    #937795

    Thank your, sorry for my bad english, i want to say “both” :).

    I resolved by setting the padding-top top 81px instead of 88.

    Thanks a lot and regards

    #938050

    Hi maloneweb,

    Glad we finally got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.