Search Results for 'mobile menu'

  • Mirela
    Participant

    Hello,

    Sorry for th elate reply.
    Please keep in mind that we respond to topics according to their arrival time. The oldest first. So keeping replying to your own topic often will only delay our respond time.

    1-Your site is not identical to the demo because it has other data in it. Starting from the logo which is in different dimensions from the demo.
    The code added to your custom css box, was shaping the responsive layout of the site. It does not affect other configurations whatsoever.
    A newly installed plugin can affect the site, or an updated plugin..etc.

    2-As for the menu in this view, this happens when the menu width exceeds the header width (some points while re-sizing the window) This is resolved by changing the css for that specific screen width. However you should know that the responsive code covers the predefined screen-width of mobiles/tablets (read more here). These resolutions are fixed and the same for all devices.

    3-We are sorry that this topic from a month ago is still open, but removing the code we give you, won’t help moving forward with it. We test the code we give you, so the other changes you have been experiencing are not related to this.

    4-Please add these lines into your custom css box, for the layout of width 800px and 850px:

    @media (max-width: 979px) and (min-width: 768px){
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .header_7.header_wrapper .container { width: 667px !important;}
    .services_small.wpb_content_element.align_left {  margin-left: -44px !important;}
    }
    @media (min-width: 768px){
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .header_7.header_wrapper .container { width: 697px !important;}
    .vc_col-sm-4 {  width: 30% !important;}
    }
    @media (min-width: 980px){
    nav .menu > li > a {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }}

    Let us know.

    Best regards!

    inkout
    Participant
    This reply has been marked as private.
    professionalmojo
    Participant

    Greetings: We are trying your theme with multiple clients, but are having issues with it on mobile devices. The collapsed, responsive menu does NOT drop down and open and it overlaps on the logo on the left side. I saw some code in the forum you suggested, but when pasted into the custom css box, it did not work.

    tradelogicintl.com is the site

    thx

    wolframguddat
    Participant

    Hey there,

    I really love the Specular Theme but encountered some issues for the mobile version of the (temporary) website:

    https://s602262362.online.de/

    1.) The counter on the frontpage is not counting upwards correctly…it stops while the page is scrolling and only continues when the scrolling of the page stopped completely (meaning that it just stays at 0 when you scroll over the counter slowly). Ideally it should start counting when you begin to see it and wouldn’t stop if you scroll. Alternatively it could also just show the “final” number instead of counting on mobile devices.

    2.) On the mobile front page there is a big blank/white space between the main menu/logo and the slider that should be eliminated. Didn’t find a way to get rid of the space. If I switch the header in the Specular setting to transparent, the space is gone, but that doesn’t make sense for this project.

    3.) Is it possible to display the top header (containing the contact info/social icons) on mobile devices? Didn’t find a setting anywhere and would be important to display it at this website.

    Would be great if these issues could be resolved. Thank you very much in advance!!

    Cheers,

    Wolfram

    Matt
    Participant

    I’ve set my site (rockaprint.com) to have a transparent header. The site looks great but on mobile the header menu shows up way too light. Is there a customization we can make that keeps the transparent header activated for desktop view but not for mobile?

     

     

    javalquimia
    Participant

    Hi, I uploaded a logo for light version but on mobile devices keeps default logo with white background menu. I have as default header Simple style with transparent >on  with a white logo. I would like on mobile same style with transparency and light logo.

    Take a look here:  www.cosladaweb.es/pruebas

    Thanks and regards,

    Javier

    Mirela
    Participant

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 480px){
    #logo { left: -156px !important;}
    .header_tools { left: 38px !important;}
    #logo img.dark {
        max-height: 118px;
        margin-top: -65px;
    }
    .mobile_small_menu { left: 30px !important;}
    }

    Result.
    Let us know.

    Best regards!

    In reply to: RE: Rev Slider Issues

    rschierl
    Participant

    The workaround for the mobile menu resizing the boxed layout is to set it up without borders below the max width setting. So 100% boxed layout with a max width of 1100 for example. I still haven’t figured out why the rev slider isn’t responsive…

    TJKMwebsite
    Participant
    1. <span style=”color: #222222; font-family: arial, sans-serif; font-size: 12.8px; line-height: normal;”>When window size is re-sized to smaller dimension, slider is disappearing.</span>
    2. <span style=”color: #222222; font-family: arial, sans-serif; font-size: 12.8px; line-height: normal;”>When reset to default size, slider is not appearing.</span>
    3. <span style=”color: #222222; font-family: arial, sans-serif; font-size: 12.8px; line-height: normal;”>Home Page slider is not loading in mobile browsers.</span>
    4. For mobile menu, we would like to hide the sub-items as it is lengthy.

    In reply to: RE: Rev Slider Issues

    rschierl
    Participant

    Also if I open the hamburger menu in mobile sizing, all of the content containers go to like 80% exposing the background.

    joemcctf1234
    Participant

    Hello,

    The menu and logo look great on my normal desktop site, however when I try to view it on a mobile device the logo covers the entire top of the screen and the menu icon overlaps it in the top left corner.  Is there a way to make the logo smaller when it goes to mobile so the two do not overlap? Thank you in advance for any help.

     

    nooramanso
    Participant

    1- menu is not dropping the menu options, how to fix?

    2- is there anyway to show the top header on mobile?

    Mirela
    Participant

    Hello,

    Please add this code into your custom css box:

    @media (max-width:480px){
    #content {  width: 268px !important;}
    #logo { left: -37px !important;}
    .mobile_small_menu { left: 6px !important;}
    }
    @media (max-width: 767px){
    #copyright .desc {
        width: 97% !important;
        margin-left: 3px;
    }}
    @media (max-width: 979px) and (min-width: 768px){
    .mobile_small_menu { top: 50%;}
    #content { width: 646px !important;}
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .header_7.header_wrapper .container { width: 647px !important;}
    .wpb_text_column.wpb_content_element { margin-left: 12px;}
    }
    

    Result: iPhone5, iPad.

    Best regards!

    Mirela
    Participant

    Hello,

    Please edit the above code to this:

    @media (min-width: 979px) and (max-width: 1150px){
    .mobile_small_menu { display: block !important;}
    #navigation { display: none;}
    #logo {padding-left: 32% !important;}
    }

    Best regards!

    Utopia
    Participant

    Hello,

    When my mobile responsive menu is shown, As i have a lot of menu tiers, it is too big, is there a way I can have only the top two tiers, so the main menu and the first set of subpages, or is there a way we can maybe only expand the subcategories once clicked on the menu?

    I will post my ftp details next.

     

    Thanks,

    Liam

Viewing 15 results - 1,186 through 1,200 (of 1,362 total)