Viewing 30 posts - 1 through 30 (of 31 total)
  • Author
    Posts
  • #763409

    Hey guys,

    can you provide quick CSS to making the mobile menu tabs bigger and centered?

    website: ccyran.com/work

    Best,
    Chris

    #763421

    Hey ccyran,
    Try this code in the General Styling > Quick CSS field:

    #mobile-advanced {
    display:flex!important;
     align-items: center;
      justify-content: center;	
      flex-direction:column;
     letter-spacing: -.03em;
     font-size: 3.2rem;
     line-height: 1.1em;
    }

    Best regards,
    Mike

    #763440

    Hi Mike,

    Almost there! I also want to…

    1. remove the black lines between the tabs
    2. the tiny triangle arrow on the right.
    3. Change the animation to be a fade in. Instead of this swipe in from the top right.

    Thanks!
    Chris

    #764862

    Hi,

    not sure what you mean, as I can’t find the elements you’re talking about on the link you’ve provided. Please always make sure that you’ve provided us a precise link where we can inspect the elements you’re talking about. Also add screenshots, so we can be sure we know about which elements you’re talking about (use imgur.com, dropbox).

    Again, you’re asking for quite a lot of customizations. Be aware that we’re here to provide very basic support only and if it gets into too much customization work, then we recommend to work with a freelance developer instead.

    Best regards,
    Andy

    #764873

    Hey Andy,

    I was talking about the menu you see on my website when on mobile. Apologies, I didn’t think this needed a screenshot.

    Here’s a screenshot: https://ibb.co/hkpLJv

    Im sorry im asking for alot, I just wish the enfold theme consider the mobile header a bit more. There’s no customization options for mobile, but there’s a bunch for desktop.

    Best,
    Chris

    #766204

    Hi,

    thanks for the screenshot. Use this code:
    1.)

    .bild-menu>div>ul>li:before 
    {
    background-color: white;
    }

    2.)

    .bild-menu a:before {
    content: '\e800';
    font-family: 'entypo-fontello';
    }

    3.) Seems you’ve already achieved it.

    Best regards,
    Andy

    #766296

    Those two worked! But I actually don’t have the solve for number 3. The window still slides in from the top right. Can I get css for that?

    Thanks again Andy! Really really appreciate the support.

    #767897

    Hi,

    Please try this code in the Quick CSS field.

    .avia_transform3d #mobile-advanced {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s .36s, opacity .36s ease;
        -moz-transition: visibility 0s .36s, opacity .36s ease;
        -o-transition: visibility 0s .36s, opacity .36s ease;
        transition: visibility 0s .36s, opacity .36s ease;
    }
    
    .avia_transform3d .show_mobile_menu #mobile-advanced {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .36s ease;
        -moz-transition: opacity .36s ease;
        -o-transition: opacity .36s ease;
        transition: opacity .36s ease;
    }

    Best regards,
    Ismael

    #767906

    Hey Ismael,

    Tried that and nothing changed. Maybe the css isn’t correct somewhere?

    Thank you.
    Chris

    #767916

    Hey!

    Please make sure that you’re not looking on a cached version of the site. It is working properly on our installation.

    Cheers!
    Ismael

    #767921

    Hey!

    Can you show me a screenshot of how you see it? I’m did a hard reset and cleared my cache and it still looks the same.

    Thanks!
    Chris

    #767927

    Hey!

    I just added the code in the Quick CSS field or the css > custom.css file. Please post the login details here so that we can check it.

    Cheers!
    Ismael

    #767929

    Coo! Details below!

    #769175

    Hi!

    The css code is actually working. It’s fading in and out instead of sliding.

    Regards,
    Ismael

    #769728

    Hey!

    That does work but I also wanted the tabs to be bigger, centered, and without that arrow on the left.

    Thanks!
    Chris

    #769740

    Hi!

    Use the following css codes.

    #mobile-advanced a, #mobile-advanced .mega_menu_title {
        font-family: 'Cormorant Garamond', 'Adobe Garamond', 'Garamond', 'EB Garamond', Times, serif;
        font-weight: 600;
        letter-spacing: -.03em;
        font-size: 3.2rem;
        line-height: 1.1em;
        text-align: center;
        border: none;
    }
    
    #mobile-advanced a:before {
        display: none; 
    }

    Cheers!
    Ismael

    #769741

    Perfect!

    Im sorry one last thing i promise!

    I want to move the tabs a bit further down from the menu. so its not close to that border line. If I could remove that border line too that would be awesome.

    **I also don’t want that overlay to appear once you click on the tab, the white knockout highlight. Is this something I edit in the general styling?**

    Thanks again!

    • This reply was modified 7 years ago by ccyran.
    #769747

    Hi!

    This will do:

    #mobile-advanced {
        padding-top: 120px;
    }
    
    #mobile-advanced>li:first-child>a:first-child {
        border: none;
    }
    
    #mobile-advanced li > a:hover {
        background-color: transparent;
        color: orange;
    }
    
    #mobile-advanced li > a:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a {
        background-color: transparent;
    }

    Regards,
    Ismael

    #769748

    This worked!

    Dude you’re the freaking best. I honestly wish I could do more than say thank you.

    #769762

    Hi!

    No worries. Glad we could help. :)

    Regards,
    Ismael

    #777053

    Hey Ismael,

    Im sorry to bug you,

    I looked at my mobile menu tabs and it looks like it’s changed :(

    It’s now transparent and the menu tabs are really small. Could you fix this?

    Thank you,
    Chris

    #777187

    Hi!

    There’s a few invalid css declarations in the Quick CSS field which is now fixed. And it’s mostly because of this css modification.

    .avia-menu-text {
        font-family: Open Sans;
        font-weight: 550;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-size: 11px;
    }

    We removed that temporarily. Please remove browser cache or hard refresh before checking the page.

    Cheers!
    Ismael

    #777581

    Hey Ismael,

    When I remove that CSS, it is fixed.
    But I lose how the styling is on desktop. I wanted to keep the uppercase, smaller more tracked out tabs.

    Can you help me keep this styling the same? And on mobile making the point size bigger.

    My only problem now is that the mobile tabs are really tiny. I also didn’t want the transparency behind the tabs.

    Sorry for bugging you, I also posted my login info below if you want to take a look at all the Quick CSS styling I have.

    Thank you,
    Chris

    • This reply was modified 6 years, 11 months ago by ccyran.
    #778355

    Hi!

    Place it inside a desktop css media query.

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    
    }
    

    Regards,
    Ismael

    #778855

    Hey Ismael,

    I apologize, Im getting really confused. Which CSS? I have no much CSS implemented to make these tiny tweaks, I’m not sure what you’re telling me to do.

    Sorry for the confusion and thanks again for helping me.
    Chris

    #778860

    Hey Ismael,

    This is what I did!…

    @media only screen and (min-width: 768px) {
    .avia-menu-text {
    font-family: Open Sans;
    font-weight: 550;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
    }
    }

    • It looks like it works now, but the menu text isn’t uppercase,I want it smaller.
    • Along with not making the background transparent. I want it black.

    My final result is to get it looking like this… http://www.watsonnyc.com/
    But with my font.

    Thank you,
    Chris

    • This reply was modified 6 years, 11 months ago by ccyran.
    #779055

    Hi!

    Please look for the following css code.

    #mobile-advanced>li:first-child>a:first-child {
        border: none;
    }

    Below, add this one.

    #mobile-advanced > li > a {
    	font-family: Open Sans;
    	font-weight: 550;
    	-webkit-font-smoothing: antialiased;
    	text-transform: uppercase;
    	letter-spacing: .1em;
    }

    Best regards,
    Ismael

    #779779

    That worked!

    My final two questions…

    01. How do I increase the line height/ spacing between the two tabs?
    02. I want the background when you click on the dropdown icon to be completely black. right now it’s transparent.

    Thanks again!

    • This reply was modified 6 years, 11 months ago by ccyran.
    #780287

    Hi!

    1.) In the Quick CSS field, look for this css declaration.

    #mobile-advanced a, #mobile-advanced .mega_menu_title {
        font-family: '
        font-weight: 400;
        letter-spacing: -.03em;
        font-size: 2.2rem;
        line-height: 1.1em;
        text-align: center;
        border: none;
        color: #ffffff;
    }

    Adjust the value of the line-height property.

    2.) Again, in the Quick CSS field, look for the following css code.

    .home ul#mobile-advanced {
        background: black;
    }

    Replace it with:

    #mobile-advanced {
        background: black;
    }

    For new inquiries, please create a new thread. Thank you!

    Best regards,
    Ismael

    #780797

    YOU ARE THE MAN! Thanks so much!

    *Got your note about making new threads too*

    Thanks Ismael!

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