Jump to content

Bedford template - make the navigation bar horizontal

Recommended Posts

Site URL: https://www.a-b-c.org

Hello! 

Our website (www.a-b-c.org) is on the Bedford template, which, as I understand it, does not allow the navigation bar (which I circled in yellow) to appear horizontally on the top of the page without a custom code. I was hoping someone could share a code that makes this navigation bar appear horizontally. 

Thanks so much!  

image.thumb.png.445508c855d05a0e21214ae294dd85d0.png

Link to comment
  • Replies 2
  • Views 742
  • Created
  • Last Reply
On 4/6/2021 at 2:49 AM, EricaChoi said:

Site URL: https://www.a-b-c.org

Hello! 

Our website (www.a-b-c.org) is on the Bedford template, which, as I understand it, does not allow the navigation bar (which I circled in yellow) to appear horizontally on the top of the page without a custom code. I was hoping someone could share a code that makes this navigation bar appear horizontally. 

Thanks so much!  

Hi. Add to Page Header (Page where you have problem. Hover on Page on Navigation or Not Linked > Click Gear icon to Open Page Header)

<style>
/* Nav horizontal */
@media screen and (min-width:641px) {
div#folderNav {
    width: 100%;
}
div#folderNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
div#folderNav ul li {
    margin-left: 15px;
}
div#content {
    width: 100% !important;
}
}
</style>

image.thumb.png.7a13262f984b954a22c8503e622178d1.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.