Why Is Bootstrap Nav Bar Sticking To The Left

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
mlsto
 
 
Posts: 135
Joined: Thu Jul 16, 2009 4:13 pm
Contact:

Why Is Bootstrap Nav Bar Sticking To The Left

Post by mlsto »

I am trying to get the bootstrap nav bar to go right of the layer but it is sticking to the left side, why is that.

I have right in the layer properties but it is still sticking to the left

Image: https://ibb.co/Mk2bWnN
User avatar
Pablo
 
Posts: 21722
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Why Is Bootstrap Nav Bar Sticking To The Left

Post by Pablo »

I cannot see what you have done based on the screenshot.
To be able to help you, I need a demo project.

Related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
mlsto
 
 
Posts: 135
Joined: Thu Jul 16, 2009 4:13 pm
Contact:

Re: Why Is Bootstrap Nav Bar Sticking To The Left

Post by mlsto »

Here is a sample project, you will see that bootstrap nav bar sticks to the left no matter what you do.

Open in a large screen to see the full nav bar not the responsive view.

Dropbox link: https://www.dropbox.com/s/nbolplqu9ejdy ... e.zip?dl=0
User avatar
Pablo
 
Posts: 21722
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Why Is Bootstrap Nav Bar Sticking To The Left

Post by Pablo »

The implementation of the breakpoints is not correct.
The default view should be the widest view.
Also, it is not very common to add a breakpoint for 1920 :?
mlsto
 
 
Posts: 135
Joined: Thu Jul 16, 2009 4:13 pm
Contact:

Re: Why Is Bootstrap Nav Bar Sticking To The Left

Post by mlsto »

That is why all the links are sticking to the left, I need it to be on the right, the links refuse to move to the right of the bar
mlsto
 
 
Posts: 135
Joined: Thu Jul 16, 2009 4:13 pm
Contact:

Re: Why Is Bootstrap Nav Bar Sticking To The Left

Post by mlsto »

Sorry for being a pain but this image will better explain what I am trying to do, the links stick to the right no matter the changes to the layout grid

Image: https://imgur.com/a/XBv86eC
User avatar
Pablo
 
Posts: 21722
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Why Is Bootstrap Nav Bar Sticking To The Left

Post by Pablo »

First, you will need to fix the breakpoints. This is not the correct way to implement breakpoints.

To float the buttons to the right, you can add this code:

Code: Select all

<style>
.Extension1 ul
{
   float: right !important;
}
</style>
mlsto
 
 
Posts: 135
Joined: Thu Jul 16, 2009 4:13 pm
Contact:

Re: Why Is Bootstrap Nav Bar Sticking To The Left

Post by mlsto »

Thank you
Post Reply