Menu width adjustment

HI bbs:
I need a help.
On the site that I am creating on average in line of business are 9-10 links on the menu. BB I’m getting only five links on the menu line. I wonder how do you get more links on the same line, because the way is the menu link goes to a line below.

I went on global settings, and was scheduled 1100 px then I adjusted 1300 px but did not succeed.
How I do?
And while: What is change the width in the global settings since I changed to let the wider site and did not work?
Thank you.

[Content Hidden]

Hey Rafael,

The only way around that is to either change your menu items’ font size, or change the width of the logo and menu wrappers so they fit in there. You can check the KB article below for more info on the latter. Although it says it’s for a Bottom Nav, it still works for a Right Nav.
http://forum.wpbeaverbuilder.com/knowledge-base/change-header-content-width-on-bottom-nav/

Re width on the global settings, it only applies to the content, not the theme elements.

Ben

Ok Ben, and how to do it? Where am I going to customize this code?

Hey Rafael,

Place the code under Theme Customizer > Code > CSS Code and play around with the values.

Ben

[Content Hidden]

Hey Rafael,

You need to play around with the values until you get the desired results. Try changing the width of the logo to 25% and the other one to 75%.

Ben

[Content Hidden]

Hey Rafael,

If you want to make that layout on a widget, I’d suggest using the Text widget then use a plugin for Social Media sharing that can be called by a shortcode. Or you could create the images yourself and align them accordingly.

Ben

What plugin that I can direct me to do that and that is compatible with BB ?

[Content Hidden]

Hey Rafael,

Sorry, I haven’t really tried any of those plugin. Feel free to search through the WP repo, there should be a lot.

Re the widgets, try the CSS snippet below.

.fl-page-footer-widgets-row {
  text-align: center;
}

Ben

Ben need a helping pair adjust the slideshow gallery at the time.

I’m using the plugin Revolution Slider.No plugin bb scored to make height FULL HEIGHT

See: http://prntscr.com/8rbrat

But the slide does not appear eta the entire screen, you have to roll the mouse: http: //prntscr.com/8rbsdb

to show the rest of the image, including the bullets appear only after I Roll see image:

http://prntscr.com/8rbu07

What am I doing wrong, tell me?

Hey Rafael,

The Full Height gets the height of your viewport and applies it as the height of your element, i.e. height of viewport = height of your row. It doesn’t put into account the height of your header. The Full Height row works best on your first row on a page without a header.

Hope this makes sense.

Ben

[Content Hidden]

Hey Rafael,

Sorry to say but you won’t be able to that with BB OOB. You’ll have to use custom CSS for reasons I’ve stated above(how the Full Height option works). Most of the requests for the Full Height option were coming from people who want to make landing pages.

Ben