Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #887658

    Hi,

    Can you help me out with the following. I want to show the hamburger menu when the resolution is set on 1360 px.

    It for the following website: http://blueblox.bo-project.nl/

    Thnx in advance.

    Regards,

    Pim

    #887871

    Hey Pim,

    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 (max-width: 1360px) {
      nav.main_menu {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special, #top #menu-item-search {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #887886
    This reply has been marked as private.
    #887917
    This reply has been marked as private.
    #888205

    Hi,

    Thanks for the feedback, I can’t access the Google Drive files though, could you set them to publicly accessible please? Also, I could find the word Voorbeelden in your menu?

    Best regards,
    Rikard

    #888254
    This reply has been marked as private.
    #888754

    Hi,

    Thanks for that. For the menu items not showing, please try replacing Victorias CSS with this instead:

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

    Best regards,
    Rikard

    #888903

    Hi Rikard,

    It works. Thnx. And what about my other issue with the resolution?

    Looking out . for your response.

    Regards,

    Pim

    #888998

    Hi Pim,

    The thing is that color section goes full-width and pushes the sidebar below. You can add 1/1 element and have a background image is it, but not with parallax.

    Best regards,
    Victoria

    #889010

    Ok, what are my options for still use the blue bat with paralallax background and the content above with a sidebar that looks good on different resolutions.

    #889211

    Hi,

    You could keep it, but you would have to “fake” the sidebar. You could for instance use a 1/4 or 1/5 layout to the right and then add widgets to that layout.

    Best regards,
    Rikard

    #889235
    This reply has been marked as private.
    #889485

    Hi,

    That is happening because you are applying a lot of padding to that element:

    padding: 60px 30px 30px 15%;

    Could you try to remove or adjust those values?

    Best regards,
    Rikard

    #889850

    When I do that. Like adjust it to

    60px 30px 30px 30 px it’s looks pretty bad: http://blueblox.bo-project.nl/toepassingen/

    #889915

    Hi,

    Thanks for the feedback, I think it’s because you are using a Grid Row for your layout, could you try the regular 2/3 + 1/3 elements instead please?

    Best regards,
    Rikard

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