Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1246119

    HELLO,

    you guys really helped me alot with the changing of my footer menu thank you!

    the problem is now that i see the footer menu it doesnt look good.
    there are the CSS CODE you send me before:
    1 – footer{
    font-size:20px!important;
    }

    2 – #socket .copyright {
    width: 100%;
    }

    NOW, in desktop its great! only in mobile the menu is not correct.

    #1246306

    Hi top1projects,

    What do you want to do with your footer mobile menu?
    Do you want it centered with the copyright?

    Best regards,
    Nikko

    #1246313

    the mobile footer menu is 2 lines and they are too close to each other so you cant see the pages properly

    #1246342

    Hi top1projects,

    Please try adding this CSS code:

    @media only screen and (max-width:767px) {
      #socket .sub_menu_socket li {
        line-height: 1.4;
        margin-bottom: 4px;
      }
    }

    Best regards,
    Nikko

    #1246346

    WORKS GREAT !!

    Thank you so much!!

    i still have only one question that i couldnt find an answer for :

    How can i make the slider at the home page (the first thing the the page) , to be higer\bigger ONLY in mobile?

    #1246422

    Hi top1projects,

    You’re welcome. :)
    Please add this as well:

    @media only screen and (max-width:767px) {
      .home #full_slider_1 .avia-slideshow-inner, 
      .home #full_slider_1 .avia-slideshow-inner li {
        height: 300px !important;
      }
    
      .home #full_slider_1 .avia-slideshow-inner img {
        width: auto;
        max-width: none;
        height: 300px;
      }
    }

    Best regards,
    Nikko

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