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

    Dear Kriesi.at support,

    could I please call upon your kind assistance regarding the following three challenges:

    1. Is there a way to have the page fully responsive below 1060px screen size?
    2. Can you please let me know if it is possible to hide the scial items in header once in responsive mode.
    3. How can I change the order of appearance regarding logo, search item, menu item and shopping cart item in order to look nice:

    Responsive settings

    Thanks very much for your support (again),

    Alex

    #941470

    Hey Alexander,

    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: 989px) and (min-width: 768px) {
      .responsive.html_mobile_menu_tablet.html_cart_at_menu.html_bottom_nav_header #top #wrap_all .main_menu {
          right: 190px;
      }
    }
    @media only screen and (max-width: 989px) {
     #top #wrap_all .main_menu .noLightbox.social_bookmarks.icon_count_4 {
        display: none;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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