Hi, I'm playing around with the fanø starter kit and I'm having some problems with the footer part. It renders 2 extra columns and I cannot seem to find the reason for this. I have tried to look at a another installation but the partial view for the "BottomNavigation" is the same, on one it renders fine and on the other i add 2 extra columns. Can anyone pls help with this..?
The Fanoe starter kit is build on Bootstrap 3, and the Boostrap 3 is a frontend framework, working with a grid in 12 columns, you can read more about the setup here: http://getbootstrap.com/css/#grid
And the BottomNavigation.cshtml works the way that it makes a <div class="col-xs-3 col-sm-6"></div> for each landing pages that you have, and if the page don´t have any children it just and empty div tag.
But you have the possibility to hide it from the bottom navigation by tick the Hide in bottom navigation, you find it on properties tab for the landig pages, page types.
Renders extra columns in footer?
Hi,
I'm playing around with the fanø starter kit and I'm having some problems with the footer part. It renders 2 extra columns and I cannot seem to find the reason for this. I have tried to look at a another installation but the partial view for the "BottomNavigation" is the same, on one it renders fine and on the other i add 2 extra columns. Can anyone pls help with this..?
/Gert
Hi Gert,
The Fanoe starter kit is build on Bootstrap 3, and the Boostrap 3 is a frontend framework, working with a grid in 12 columns, you can read more about the setup here: http://getbootstrap.com/css/#grid
And the BottomNavigation.cshtml works the way that it makes a <div class="col-xs-3 col-sm-6"></div> for each landing pages that you have, and if the page don´t have any children it just and empty div tag.
But you have the possibility to hide it from the bottom navigation by tick the Hide in bottom navigation, you find it on properties tab for the landig pages, page types.
Hope this helps,
/Dennis
Spot on Dennis! Thanks!
/Gert
is working on a reply...