Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #554092

    I wanted to float the main navigation to the left on the right side of the logo and make the menu text all caps and change the weight.
    Is there an easy way to add a button on the top right as well? Attached a image for an example. Thanks for the help.

    #554093

    On a similar note this is a great theme!!

    #554266

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #554647

    I’m developing in locally and then deploying. Any tips would be great. The screen shot I sent in the last message was from the layout. Besides that I am using the stock theme.

    #554678

    Hi!

    It will be hard for us to assist, if we can not target the elements you have based on the CSS and try place them around.

    Regards,
    Basilis

    #554753

    Thanks for the help. I setup a site so you can see what I’m using. Here is the info. This is the stock demo content but I’m going to be using it close this. Was also going to ask if there are elements that need to get added on base theme are you open to develop it?

    #555367

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .main_menu {
        right: auto !important;
        left: 180px;
    }

    You can select to show a menu item as a button under Appearance–>Menus

    Regards,
    Rikard

    #556190

    That worked!!

    Had a few other questions from the above thread. If you could answer that would be awesome.

    • Is there an easy way to add a button on the top right as well? Attached a image for an example.
    • Is there an way to change the font in the menu? Noted in the same screen shot.
    #556372

    Hi,

    You can try adding a widget area to the header and add you content there: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    You can change the font of the menu items under Enfold–>Advanced Styling.

    Thanks,
    Rikard

    #556725

    Thanks and the this did add a nice element to the header as described. The issue is that when sizing down the window the responsive aspect does not function. It overlays the menu when sizing down and does not do under the hamburger when that comes up. Is there a way to make it responsive?

    In the advanced settings there is no place to change the weight of the type. Could that be somewhere else. Thanks again for the help with this and really have enjoyed using the theme!!

    #557549

    Hi,

    I couldn’t see a header widget on the page you linked to previously? We need to inspect the elements in order to give you custom CSS to use.

    Regards,
    Rikard

    #557897

    The update has now been posted to the link you have. Please check it out and let me know. Thanks again.

    #558025

    Hi,

    Try the following CSS as well:

    @media only screen and (max-width: 767px) {
    #header .widget {
    right: 75px !important;
    }
    }

    Thanks,
    Rikard

    #558286

    It worked!! Thank you.
    Since now moving that CTA under the menu the hight of the header is not changing. Can you point me to the CSS to change the height to accommodate the new header high?

    #558981

    Hi!

    I don’t see anything wrong with the header height. Do you want to increase it? Please go to the theme Theme Options > Header then set the “Header Size” to custom pixel value. Adjust the height as needed.

    Cheers!
    Ismael

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