- This topic has 12 replies, 4 voices, and was last updated 6 years, 3 months ago by
Tom.
-
AuthorPosts
-
August 17, 2016 at 7:34 am #218867
Andrew
I am using BeaverBuilder and have added a menu. I am trying to get the menu to display inline, but have been unsuccessful. I am sure I am just missing a CSS tweak moving from BB theme to generate press?
/* Diplay About Menu Inline */
.menu-about-container #menu-about li {
display:inline !important;
padding-right: 50px;
font-size: 22px;
}/* Center About Menu */
.menu-about-container {
text-align:center;
}/* Diplay Gather Menu Inline */
.menu-gather-container #menu-gather li {
display:inline !important;
padding-right: 50px;
font-size: 22px;
}/* Center Gather Menu */
.menu-gather-container {
text-align:center;
}/* Diplay Grow Menu Inline */
.menu-grow-container #menu-grow li {
display:inline !important;
padding-right: 50px;
font-size: 22px;
}/* Center Grow Menu */
.menu-grow-container {
text-align:center;
}August 17, 2016 at 3:00 pm #219018Tom
Lead DeveloperLead DeveloperHi there,
What do you mean by inline? Any examples?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentAugust 17, 2016 at 4:28 pm #219044Andrew
Menu’s that display horizontally. Im using Beaver Builder and the menu widget/module. Instead of:
·About
·Stuff 1
·Stuff 2its
About Stuff 1 Stuff 2
August 18, 2016 at 12:12 am #219085Tom
Lead DeveloperLead DeveloperThis might be something you have to ask the Beaver Builder devs as it’s their widget you’re trying to adjust.
Can you link me to a page where you have it added?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentAugust 19, 2016 at 6:18 am #219550Andrew
Normally I’d agree, but the CSS I had worked till I switched a demo to Generatepress.
demo2.creativeministrydesign.com
On the internal pages there are menus below a header image area.
August 19, 2016 at 7:20 am #219558Rob
If you look at the generated source of that page in your browser you’ll see the CSS you listed above is not actually being applied.
Do you know the location of that CSS ? Is it in a plugin or your own stylesheet as its not being outputted
August 19, 2016 at 9:05 am #219581Tom
Lead DeveloperLead DeveloperThis menu?: http://screencast.com/t/rbU1h4CV
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentAugust 19, 2016 at 9:16 am #219586Andrew
I got it working. Not sure what was going on. I deleted it cleared the cache and added it again.
August 19, 2016 at 9:16 am #219587Tom
Lead DeveloperLead DeveloperAwesome 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentDecember 21, 2016 at 5:46 am #256719Thierry
Hello,
I want display a submenu inline, how i can do this ?
December 21, 2016 at 10:17 am #256804Tom
Lead DeveloperLead DeveloperThis might help: https://generatepress.com/forums/topic/mobile-navigation-2/#post-254903
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentDecember 22, 2016 at 7:35 am #257063Thierry
Thx Tom 🙂
December 22, 2016 at 10:57 am #257111Tom
Lead DeveloperLead DeveloperNo problem! 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.