Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #805092

    My client wants to use the navbar on top (not the main menu) How do I enable that menmu to operate as the main menu for mobile? Right now the main menu icon is blank because I am not using it. (Can the main menu be used as a top navbar?)

    Also, my two items (The phone number image and the quote image) are not stacking below the logo-they are over lapping somewhat. How do I fix this?

    http://www.edgestoneworks.com/home-bu/

    Thank you,

    Mike

    • This topic was modified 7 years, 5 months ago by johnworfin.
    #805143

    Hey johnworfin,

    Add the following to to quick css:

    #advanced_menu_toggle{
    display:none!important;
    }
    
    @media only screen and (max-width: 767px)  {
    .inner-container{
    margin:0 15%!important;
    padding-bottom:130px!important;
    }
    
    #header #text-2{
    left:0px!important;
    margin-left:50%!important;
    margin-top:25px!important;
    }
    
    #header #text-6{
    left:0px!important;
    margin-left:3%!important;
    margin-top:100px!important;
    }
    
    }

    This should take care of much of your issues.

    Best regards,
    Jordan Shannon

    #805147

    It looks better on mobile-but now in a normal browser windows on a computer-the page looks to narrow and some elements in the header overlap.

    Any ideas?

    Thank you,

    JW

    #805149

    Hi,

    If you remove the css does it go back to normal?

    Best regards,
    Jordan Shannon

    #805151

    If I remove the CSS you provided it looks fine on a computers browser window, but the two elements are overlapping on mobile and not stacking.

    JW

    #805154

    Hi,

    Try just removing this portion:

    
    #advanced_menu_toggle{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #805155

    Hi,

    And see if it goes back to normal on desktop

    Best regards,
    Jordan Shannon

    #805159

    Just removing the toggle makes the site way to thin again. And I want that menu removed for mobile

    JW

    #805171

    I had to remove that code because it made the site way too thin on normal computer browsers. Any idea how to keep the width how it is set currently, but the two elements stack properly on mobile devices?

    Thx,

    JW

    #805174

    Hi,

    Would you be able to provide admin info so I can look into the issue further?
    Best regards,
    Jordan Shannon

    #805178

    Info below

    #805282

    Hi,

    I added the css I shared to the very top of quick css and it seems to work. Please check as this means something below it either needs to be removed or is structured wrong.

    Best regards,
    Jordan Shannon

    #805284

    Awesome-thank you so much! I will look into the other css that needs to be removed.

    JW

    #805285

    Hi,

    Great!

    Best regards,
    Jordan Shannon

    #805286

    It has to be this underneath:

    
    #header #text-2 {
    left: 50%;
    padding-top: 10;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    }
    
    #header #text-6 {
    left: 73%;
    padding-top: 10;
    position: absolute;
    top: 0;
    z-index: 999;
    }
    #805299

    Hi,

    I see. Does that need to be in there?

    Best regards,
    Jordan Shannon

    #805303

    When I remove those, the layout gets screwed up…I’m sure there is a line or two that needs to be adjusted-just not sure which ones(s)?

    JW

    #805309

    Hi,

    Try adding “px” under your padding-top rule.

    Best regards,
    Jordan Shannon

    #805312

    WOW-how in the heck did I miss that. Unreal-thank you so much!

    JW

    #805315

    Hi,

    No problem at all.

    Best regards,
    Jordan Shannon

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