Hi Dexter,
it is not really possible to split the navigation.
At least not to have everything fully automatic when you add a new page to the menu.
You can address each navigation point by the ID and then move them around with position fixed or absolute.
This is a little bit of a dirty trick and you might need to adjust it on the mobile version etc.
I hope I could help!
Best!
Marius
ok solved it like that with a custom menu in css & html
<nav><ul id="upright" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1231"><a href="http://mysite.com/page/" data-id="1231" data-type="page" data-title="page">page</a></ul></nav>
I just needed to catch those menu item numbers to make the fader works again
Best,
JJ
Hi Oromrea,
try to put the code in a textbox and put the textbox in plain-html mode:
[image: 1498082852297-bildschirmfoto-2017-06-22-um-00.06.41-resized.png]
Best :-)
Marius
Hi Arne,
I think there is no clean solution for this. You will have to find a workaround.
I tried this and it worked:
I created a link like this in a html textbox in the gridder:
<a name="chapter4"></a>
[image: 1498082354258-bildschirmfoto-2017-06-21-um-23.58.23-resized.png]
Then I added #chapter4to the end domain and it jumped down to the anchor.
You will probably need to build an extra navigation which has the ````#ancors````` in the end of the url.
Like in the example I sent you in the beginning.
I hope that was not too confusing :-)
Best!
Marius
Hey Dustin!,
Maybe just embed the buttons with plain html in the custom footer or header section.
You can define the size of the images in the Custom CSS.
This might be interesting as well:
https://www.w3schools.com/howto/howto_css_social_media_buttons.asp
Let me know!
Best!
Marius
Hi nsm!
You can achieve that with custom CSS:
.tagline {
position: absolute;
left: -40vw;
top: 10px;
}
Or you create a new Tagline in the Custom HTML section and move it to the center.
Best!
Marius
Hi ParallaxCollab!
You might look for this setting feature:
[image: 1497458430587-bildschirmfoto-2017-06-14-um-18.39.59.png]
There is no other way to modify the breakpoints.
Best!
Marius
Hi Scott!
This is a default feature of the Gridder which keeps the proportions together depending on the screen size.
it is not really possible to get rid of it.
I hope that is not such a big problem :-)
Best!
Marius
Hi Ryan Flores,
You need a fixed navigation on the left and a gridder on the right.
In the gridder you make a description (on the left) and next to it a Carousel.
I cannot code it for you but it is not very difficult to achieve.
Good luck and let me know when you have more concrete questions.
Best!
Marius