Header and pwa page

Home Forums Legacy Support Support queries How-to & Troubleshooting Header and pwa page

Viewing 11 posts - 31 through 41 (of 41 total)
  • Author
    Posts
  • #367448
    Veronica
    Moderator
    hi this is not possible with CSS we can provide custom CSS code for minimal changes not for the customisation
    #367522
    LSFglobal
    Participant
    Oke got that. Can you make the megamenu and tab distance like this by default. http://prnt.sc/1loft65 Because when we click on the megamenu tab the tab and the megamenu distance is too far and also if we move the mouse it disappears. http://prnt.sc/1lojoba Also for the mobile can you make the login and the hamburger sign to white in color. THis i guess you can do it or provide code.
    #367628
    Veronica
    Moderator
    for 1: use this: ul.sub-menu.hasmegamenu { margin-top: -25px !important; } for second you have added this http://prntscr.com/1m75jv3 once you removed this will be changed to white color
    #368749
    LSFglobal
    Participant
    Hi Veronica, Sorry our licensed got expired thats why i didnt replied you back. Since the header is the issue on phone is not getting fix. 1) Can you help me in removing the fixed header while scrolling form the desktop and mobile as well. 2) on the phone logo can come at center and the humberger icon on the left and the login on the right. Image for ref http://prnt.sc/1qd3drk
    #368836
    Veronica
    Moderator
    hi for 1: i think you have implemented that with the custom codes right? and if i am not wrong then you asked fixed header on scroll on the forum right? if yes then you simply remove the code provided by us you can your topic replies/topics to confirm the code for2: as i have mentioned that we can't customise the header it's not about applying custom CSS
    #368918
    LSFglobal
    Participant
    No i didnt asked for the fix header. It was updated from your side. I asked you to adjust the logo while scrolling when the fix header was there. Please check the css custom code and let me know which one need to be removed. I tried to remove it but it didnt worked. 2) If you are not able to do with css code. Please share the code to reduce the logo size on the mobile
    #369143
    Veronica
    Moderator
    hi I got confused! this is the current scenario on your site in mobile view http://prntscr.com/1qhr11a so now let me know what you want to do with logo here
    #369161
    LSFglobal
    Participant
    1) We dnt want the fixed header for mobile and for desktop. I checked the code and try to remove it didnt work. 2) Can you reduce the logo size for the phone and align logo login and humberger sign horizontally
    #369252
    Veronica
    Moderator
    header: default: http://prntscr.com/1qjqwo8 on scroll: http://prntscr.com/1qjqxhj after this code: header.sleek.fix.fixed { display: none; } desktop: http://prntscr.com/1qjqyub mobile: http://prntscr.com/1qjqz6x after that logo in mobile is like: http://prntscr.com/1qjtik4 now you want to change the size of this right?
    #369305
    LSFglobal
    Participant
    Yes now we want to reduce the size of the logo in the header for the mobile.
    #369351
    Veronica
    Moderator
    hi you can use this: @media (max-width: 767px){img#header_mobile_logo { width: 100px; margin-left: 30px !important; } } http://prntscr.com/1qlzgh1
Viewing 11 posts - 31 through 41 (of 41 total)
  • The topic ‘Header and pwa page’ is closed to new replies.