Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #940916

    On my site I have the header with the brand on the left side, text menu and icons of the social networks on the right side.
    On the desktop it is possible to visualize the brand, the menu and the icons of the networks (all the items).

    My client questions that using the Iphone 7 that the icons of the networks disappear, leaving only the brand and burguer menu.

    How to make everything visible? I created the template for how the customer expected to see the menu.

    link demo
    https://d.pr/JTmqHM

    Today is like that with the huge brand on the screen and the menu burguer.

    LINK VIEW
    https://d.pr/7lAsvf

    • This topic was modified 6 years, 7 months ago by mleite1.
    #941526

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 480px) {
    .responsive #top #header .social_bookmarks {
        display: block!important;
    }}
    

    Best regards,
    Yigit

    #942228

    Hi Yigit. What a good help you gave me. I need your help. See the Iphone screen after entering your code.

    How do I leave the brand lower on the Iphone? The brand is too big.

    IMAGE DEMO
    https://d.pr/0PTjb4

    • This reply was modified 6 years, 7 months ago by mleite1.
    #942438

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 480px) {
      .responsive #top .logo img {
        min-height: 65px !important;
        width: auto !important;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #942580

    Nikko, the brand got smaller and it’s ok for me. The problem now is to align the elements. Note that the menu burguer is in the center. The mark is below and the icons of the networks are up.

    1 – How to centralize these elements horizontally?

    2 – How to leave the icons of the networks bigger?

    LINK IMAGE
    https://d.pr/4719Vg

    Tks you and Yigit

    • This reply was modified 6 years, 7 months ago by mleite1. Reason: ADITIONAL INFORMATION
    #943353

    Hi,

    Thank you for the info.

    We’ve adjusted the css codes in the Quick CSS fields according to your specifications. Please remove browser cache prior to checking the page.

    Best regards,
    Ismael

    #943566

    Ismael, thank you very much for your help. You are grade 10.

    Can I make you one last order?

    Network icons need to get a bit bigger on devices. It’s barely visible on an Iphone, for example. How to do this?

    I will test on the Ipad to check it also.

    It is possible to put the menu burguer on the right or left side of the header on the devices. Note that it is in the middle between the brand and the icons of the networks. I made two demos. Tell me what you can do.

    01
    https://d.pr/dAFmjr

    02
    https://d.pr/aeKFzM

    I just noted that the menu does not create the menu burguer when the iPad is in ladscape. See picture.

    LINK
    https://d.pr/SZmtNP

    • This reply was modified 6 years, 7 months ago by mleite1.
    #944405

    Hi,

    This particular css modification should increase the size of the icons.

    #top .social_bookmarks li a {
        width: 40px;
        line-height: 40px;
        min-height: 40px;
        font-size: 18px;
    }
    
    #top .social_bookmarks li {
        width: 40px;
    }

    Add this css code inside the css media query to move the burger menu to the right side of the icons.

    .av-main-nav-wrap {
        float: right;
    }

    Best regards,
    Ismael

    #944554

    Ismael, the social net icons code did not work. I changed the values and nothing happened.

    How do I make the menu on the iPad to burguer? I mean the landscape position. Look at the picture as it is.
    https://d.pr/udJYGo

    With the Ipad upright, the menu leaves a space to the left of the mark and to the right of the icons. You can get closer to the side (mark and icons). If we do this the menu will look better on the Iphone.

    iphone – https://d.pr/pcMV7R
    ipad -https://d.pr/gP03sG

    The social bookmarks code only changes the size of the icons on the desktop. In the devices nothing changes.

    • This reply was modified 6 years, 7 months ago by mleite1. Reason: adicional information
    #945369

    Can someone help me? Can you answer my question above?

    #945679

    Hi,

    We would like to apologize for the late response. Did you set the Main Menu > Menu Items for mobile to the second option (Activate for Smartphones and Tablets (browser width below 990px))?

    Best regards,
    Ismael

    #945849

    Hello Ismael. Yes, this option is checked on the system. This option does not work on the Ipad. Watch the video below. The menu is above the mark when the iPad is lying down (landscape view).

    VIEW CONFIGURATION
    https://d.pr/sZ4XhW

    VIEW THE VIDEO DEMO
    https://d.pr/eZjd0Q

    #947199

    Hi,

    Thank you for the update.

    Use this code to display the mobile menu once the screen width is less than 1200px.

    
    
    @media only screen and (max-width: 1200px) and (min-width: 768px) {
      .responsive #top .av-main-nav .menu-item-avia-special {
          display: block;
      }
    
      .responsive #top .av-main-nav .menu-item {
        display: none;
      }
    }

    Best regards,
    Ismael

    #947243

    Many thanks, Ismael. One less problem on this site.

    Much obliged

    See the other tickets for me. There is little left.

    #947467

    Ismael, is something wrong with your code?

    {}

    Is it correct to use this?

    #947569

    Hi,

    Thanks for checking. Yes, please remove the extra curly brace.

    Best regards,
    Ismael

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