Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1134252

    Hi all,

    When we log in from the phone, the footer and menu look like the pictures below. How can we fix it?


    Thanks.

    Gökhan

    #1134254
    #1135051

    Hi karakoch,

    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: 767px) {
      .responsive .logo img {
          width: 70%;
      }
    }
    

    Which part is not working for you in the footer? What do you need it to look like?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1135273

    Thanks for help. Menu is fixed.

    But, the names in footer are very close to each other.How can we do it more regularly?
    https://prnt.sc/p21ud2

    Gokhan

    #1135439

    Hi Gokhan,

    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: 767px) {
      #socket .sub_menu_socket li {
          padding: 5px 10px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1135499

    Thank you Victoria ! It’s done !

    Have a nice day.

    Gokhan

    #1136124

    Hi,

    Glad we could help you. Enjoy the theme and have a nice day.

    Best regards,
    Günter

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Footer and Menu Mobil Problem’ is closed to new replies.