New Landing How can we help? Atelier Removing Mobile Menu and Enlarging Mobile logo…

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #264729
    buckycore
    Member
    Post count: 30

    How can I remove the mobile menu? I’m currently creating a one page and I don’t want that to appear at all. I tried setting display:none to a few of the classes I found which seemed related to the menu, but nothing worked.

    Also…how can I make the mobile logo spread to about the size of the top bar?
    My screen shot was taken from WordPress and not the phone, so it’s just a representation…

    Attachments:
    You must be logged in to view attached files.
    #264843
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #mobile-logo.has-img {
        max-width: 100% !important;
    }
    .mobile-header-opts{
    display:none !important;
    }

    Thanks
    Mohammad

    #264846
    buckycore
    Member
    Post count: 30

    Great, thank you. Sorry, I should have included this in my original question as well. Do I need to use a custom CSS tag to enlarge the desktop logo as well? I think I asked this before hand but I don’t think it got resolved. Thank you in advance.

    #264849
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me marked screenshot of desktop logo enlargement to check and resolve.
    Thanks
    Mohammad

    #265062
    buckycore
    Member
    Post count: 30

    Sorry for the delay. Here is the screen shot. I’ve fiddled with the settings under Theme Options > Header and Logo and can’t seem to get the logo to present it’s self larger.

    Thank you in advance.

    Attachments:
    You must be logged in to view attached files.
    #265065
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .header-left.col-sm-4, .header-right.col-sm-4 {
      width: 15%;
    }
    .col-sm-4.logo-center {
      width: 70%;
    }

    Then increase the max height in the logo options

    – Kyle

    #265748
    buckycore
    Member
    Post count: 30

    Thank you both. I wasn’t around a few days, so I’m sorry to just get back to you now. I’ll try these out right now.

    #265749
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #265769
    buckycore
    Member
    Post count: 30

    Almost have everything, but I forgot one last thing that I wanted to change in the mobile site. There’s a white line that I can’t find in the inspector I want to get rid of.

    Once I clean that up, then this is good to go

    BTW: All my changes are sitting on my staging server, and not the live one. Should I give you the login to that, or is that not needed?

    Attachments:
    You must be logged in to view attached files.
    #265775
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css options.

    #mobile-header {
        border-bottom: none!important;
    }

    Let us know if it worked.

    -Rui

    #265781
    buckycore
    Member
    Post count: 30

    Yup. Perfect. thank you all for your help. This is very much resolved.

    #265783
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! Thanks Rui

    – Kyle

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register