Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1172808

    Hi team,
    i have a few questions:
    1. I activated “equal hight” for columns and gab space between columns. But in mobile the gab space dissapears.

    2. How can i change the font size of the mobile menu?
    Tried this:
    @media only screen and (max-width: 768px)
    { font-size: 26px !important;}},
    and this:
    @media only screen and (max-width:767px) {
    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
    font-size: 36px !important; }
    both didn’t work for me.

    3. in mobile, the gab space between the first and the second footer widget ist different, when the footer between the rest. How can i change the gab space between the first and second footer widget in mobile?

    4. i try to change the line-height in the socket:
    #socket .sub_menu_socket li {
    line-height: 10px !important;}
    but it will be always overwritten…

    Can you help?

    #1174758

    Hey kracklt,

    Thank you for contacting us.

    1. Please try adding custom top and bottom margin to the columns.

    2. To modify the burger menu links please refer to the documentation

    #top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li a {
        font-family: "HelveticaNeue" Helvetica, Arial, sans-serif;
        font-size: 30px;
    }

    3. The widgets on the footer looks good on my end. If you still have an issue please provide a screenshot or elaborate in detail.

    4. Please try the below code. I have added background color for visual indication, you can remove it :)

    #socket .sub_menu_socket li,
    #socket .copyright  {
         background: gold;
         line-height: 10px;     
    }

    Please open new tickets for different issues for faster response and we can keep it related to the main topic :)

    Best regards,
    Vinay

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