-
AuthorPosts
-
December 17, 2015 at 12:46 am #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.December 17, 2015 at 12:47 am #554093On a similar note this is a great theme!!
December 17, 2015 at 9:09 am #554266Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardDecember 17, 2015 at 9:03 pm #554647I’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.
December 17, 2015 at 10:38 pm #554678Hi!
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,
BasilisDecember 18, 2015 at 2:29 am #554753Thanks 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?
December 19, 2015 at 8:53 am #555367Hi,
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,
RikardDecember 21, 2015 at 9:28 pm #556190That 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.
December 22, 2015 at 7:58 am #556372Hi,
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,
RikardDecember 22, 2015 at 9:06 pm #556725Thanks 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!!
December 27, 2015 at 6:02 am #557549Hi,
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,
RikardDecember 29, 2015 at 1:41 am #557897The update has now been posted to the link you have. Please check it out and let me know. Thanks again.
December 29, 2015 at 7:48 am #558025Hi,
Try the following CSS as well:
@media only screen and (max-width: 767px) { #header .widget { right: 75px !important; } }
Thanks,
RikardDecember 29, 2015 at 11:40 pm #558286It 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?January 4, 2016 at 4:24 am #558981 -
AuthorPosts
- You must be logged in to reply to this topic.