Search bar , Footer Columns, New Page Template
-
?Hi, i’m looking for some guidance with the following:
Using my sundance child theme, for my test site: https://www.bethparrattdesign.com/
1. how can I add the searchbar to my main navigation (instead of in the sidebar widget).
2. I created the columns for my footer. How can I clean it up so they are centered on the far left and far right, and also so that the content in there is in each specific column instead of just running. Should I instead do this as col 1 col 2 col 3? Right now I copied some other code:
#footer-col { -moz-column-count:3; /* Firefox */ -webkit-column-count:3; /* Safari and Chrome */ column-count:3; margin-left: 4em; margin-top: .2em; margin-bottom: .2em; border-top: 1px dotted #b3b3b3; clear: both; margin: 1.5714285714em 0 0 0; } #footer-col li{ list-style-type: none; } .site-footer { border-top: 1px dotted #b3b3b3; clear: both; margin: 1.5714285714em 0 0 0; padding: 1.5714285714em 0 1.5714285714em 11.17886178%; }
3. I need to create a different page for the link “neighborhoods” which
instead of showing posts, will show photo buttons of different
neighborhoods (in brooklyn,ny) to choose from. Would this be a static page? I know I need to do this as a template page, just a little stuck on what I would need to put in the template page. (it should still have the sidebar nav..4. I need to add a form to sign up for a newsletter. Any suggestions to an easy way to get that?
Thanks in advance for any help. I wasn’t sure if I needed to post these all in a different thread or if it’s ok I posted them all together!
- The topic ‘Search bar , Footer Columns, New Page Template’ is closed to new replies.