Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1050591

    Hi

    I have tried the following coding but it appears not to be working

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    #1050620

    Hi

    The appears to be sticking now however it is covering part of the slider so it really needs a bit of padding.

    Thanjs.

    #1050627

    Hi,

    Add the following to quick css:

    @media only screen and (max-width: 767px)  {
    #full_slider_1{
    margin-top:80px;
    }}

    Best regards,
    Jordan Shannon

    #1051413

    Hi

    Thanks for coming back do I add this is to the coding I have input or does it replace it.

    Thanks

    Alex

    #1051562

    Hi,

    Add this to what you already have.

    Best regards,
    Jordan Shannon

    #1051740

    Hi

    Thanks for coming back I have added the coding to the existing however the menu is still covering the slider I assume I just need to increase the px?

    Thanks

    Alex

    #1051851

    Hi,

    Did you try adding the css I gave you to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1051901

    Hi Guys I’m facing the same issue to set the mobile menu.
    I’ve already tried many CSS codes found in this and also others posts, I’ve also flushed the cache, no success.

    Any clue? Thanks in advance!

    Best Regards,
    Eduardo Priuli

    • This reply was modified 5 years, 10 months ago by Priuli.
    #1052250

    Hi EduardoPriuli,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #1052257

    Hi Rikard
    Good Morning, thank you for your reply!

    So, there is something strange happening, even flushing the cache and changing the several css codes included this last one, I’ve realized that the modifications doesn’t take any effect.

    Im looking to hear from you soon,

    Thanks again!
    Eduardo.

    #1052440

    Hi Eduardo,

    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 (min-width: 768px) and (max-width: 1024px) {
      .menu-item, .menu-item-top-level  {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special, #menu-item-search {
        display: block;
      }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1052731

    Hi Victoria,

    Good morning!

    There’s something blocking the codes, the input to “block the main menu and active the burger menu” is not taking effect.
    I’m using the theme with Child, I’ve even tried to edit and upload the custom.css in the main theme and child, I’ve flushed cache and it didn’t take any effect.

    Do you have any other Idea to solve this issue?

    Thanks,
    Eduardo.

    #1052810

    Hi Eduardo,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    There might be an error in your Quick css and so the code after it does not work. You might want to validate the code you have there.

    Best regards,
    Victoria

    #1052828
    This reply has been marked as private.
    #1052874

    Hi EduardoPriuli,

    I edited the code, now the menu hides and only the burger is shown. Please check.

    Best regards,
    Victoria

    #1053587
    This reply has been marked as private.
    #1053769

    Hi EduardoPriuli,

    Sorry, it’s been a while, I forgot what it was. If you need help with another website you can write here.

    If you need further assistance please let us know.
    Best regards,
    Victoria

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