Skip to main content

What can we build with you today?

We built our first NationBuilder site when it was still in public beta back in 2011. We've never looked back. Light. Fast. Elegant. Responsive. It's everything you need all in one place.

Now offering NationBuilder compliant themes from $999. Forthright Local.

Activity

commented on Can I slow down the speed of the featured slides?
Tim you can edit that in the tablet-and-desktop.scss file. Here’s one where I changed the color, opacity position and size. http://www.covenantshelter.org/
posted 2015-02-03 13:33:10 -0800
commented on Adding Social Media Icons to Top Nav
Hey David,

If you want to add social media icons to the actual nav bar you would have to create redirect pages pointed to your various social media urls. Upload Social media icon images to the theme files. The instructions for changing the text to an image in the top nav is here: http://nationbuilder.com/203865/top_nav_editing_one_button
posted 2014-05-31 12:37:52 -0700
commented on Setting up email for your nation
Great info. Thanks.
posted 2014-11-17 15:19:24 -0800
commented on Need "Opt Out" on every single email
Kim,

Under the page’s content settings you can edit the Autoresponse email.
posted 2013-11-18 12:23:17 -0800
commented on How do I center align a video link?
Ian, Here is how I solved the problem. You can’t specify the size of the video but you can define the size of the <div> it nests in.
&lt;div id="“content”"&gt; 

&lt;center&gt;
&lt;div id="“intro”"&gt;
&lt;div class="“text-content”"&gt;
&lt;div id="“menu”" style="“width:20%;float:left;”"&gt; 
&lt;/div&gt; &lt;div id="“content”" style="“width:60%;align:center;”"&gt; &lt;center&gt;&lt;h3&gt;HOW TO MAKE A DIFFERENCE&lt;/h3&gt;&lt;/center&gt; &lt;/div&gt; &lt;div id="“content=”" style="“width:20%;float:right;”"&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="“padbottommore”"&gt; &lt;/div&gt; 

&lt;/center&gt;
&lt;/div&gt;


Hope that helps.</div>
posted 2014-02-04 20:49:16 -0800
commented on I am trying to create a link to encourage supporters to create Public Profiles.
Thanks Ian.
posted 2013-06-20 10:39:06 -0700
commented on How/can I upload contacts from an excel spreadsheet?
AJ,

Would you recommending sorting and separating the spreadsheet prior to the upload and then batch updating each list individually?
posted 2014-04-04 11:44:59 -0700
commented on How to include CSS in the legacy import tool
I’ve never used the legacy import tool but can’t you share your current theme with your new site? Dashboard&gt;Website&gt;Theme&gt;Settings.
posted 2014-03-26 15:29:27 -0700
commented on Delete header image on splash page
Probably the easiest way to do it is to go to Site Settings&gt;Themes&gt;splash.html and finding and deleting this code

{% if site.has_header_image? }
<div class=“width-container”>
<img src=“%7B%7B%20site.header_image_url_1026%20%7D%7D” class=“header-image” border=“0”>
</div>
{
endif %}

It should be around line 57.
posted 2014-05-31 12:03:06 -0700
commented on Customizing color for a single Support Nav button.
I have used that code in other themes but it doesn’t seem to be working in the Aware theme. Any suggestions?
posted 2013-08-13 13:02:37 -0700
commented on How do I edit the text on a Submit Button
Thanks Ian.
posted 2013-08-20 15:32:12 -0700
commented on How do I pause a sub-nation?
Actually Ian,I think I have an “additional site” as opposed to a “sub-nation” as it is not billed separately but is under my company account. I know I can go into that site’s settings page and delete the site but I don’t see how to pause it.

This is the site I want to pause. https://fourtierstrategies.nationbuilder.com/admin/sites/6/pages
posted 2013-06-24 12:20:50 -0700