Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #354124

    Hello, I’ve updated to enfold 3.0 which made many changes in the site. I create it in a staging environment. I’ve follow to the letter the updating recommendations for 3.0 in fact I’ve tried several sequences and activate/desactivate plugins but nothing works

    I’ve the 2 sites so they can be compared

    Original site enfold 2.4.2 (live): acolsa.com.mx
    New with 3.0 (live): http://acolsa.staging.wpengine.com/ (hosted on WPengine)

    Changes detected:
    – Top menu arrangement
    – Smaller logo
    – Font sizes (smaller)
    – Background patterns disappear
    – Some padding disappear
    – Broken sidebar in http://acolsa.staging.wpengine.com/sector-salud/ (looks like portfolio issue)
    – That sidebar modified from the previous

    Many thanks
    Jorge

    #354370

    Hi jmorillo!

    1. Try adding this to your custom CSS.

    .av_secondary_right .sub_menu {
        float: none;
    }

    2. Try increasing your header height in Dashboard > Enfold > Header.

    3. You can change the font sizes in Dashboard > Enfold > General Styling.

    4. Can you send us a link to where this is happening?

    5. Same as above and it would be great if you could take a screenshot highlighting these problems so we can get a better idea.

    6. I moved your portfolio grid into a 1/1 column so it does not break the sidebar.

    Cheers!
    Elliott

    #356453

    Hello:

    1. Not completelly working, please see picture https://drive.google.com/open?id=0B1pkqICrGgvKekk3cGQtM3VKb00&authuser=0
    2. OK, working
    3. I don’t find font change in Dashboard > Enfold > General Styling. I found it in Advanced Styling
    I have this in my old instalation in the custom css that is not working

    .social_header .main_menu ul:first-child > li a {
    font-size: 1.1em;
    }

    I_ can put 15px which looks quite similar but I’d prefer to put 1.1em, how can I do that?

    4, 5 and 6 solved

    Thanks and regards!

    #357020

    Hey!

    1. Your link says I need permission. I clicked the request permission button.

    3. This is the area where you can change the default fonts.

    Which elements are you trying to change? Go ahead and take a screenshot and highlight the area so we can get a better idea.

    Regards,
    Elliott

    #357339

    Hello,

    1. Solved, all the pictures in
    https://drive.google.com/folderview?id=0B1pkqICrGgvKMmFfaDE1Ri1pU2M&usp=sharing

    3. I’m using typekit. I want to change the font size of the main menu elements on em not pixels

    Thanks

    Jorge

    #357943

    Hi!

    Try adding this to your custom CSS.

    #header_meta .sub_menu {
        left: 80px !important;
    }
    .av-main-nav > li > a > .avia-menu-text {
        font-size: 1.1em !important;
    }

    Regards,
    Elliott

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