I need a spacer between footer menu and footer content.

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Thu Jul 03, 2014 12:58 pm
Hi, I need a spacer between footer menu widget and footer content as entered in Theme Branding section of template options.

My footer content is long (it's a disclaimer) and spans the width of the page. Because of this, it sits just below the footer menu nav which makes it hard to see.

How and where do I insert the spacer? Also, how can I format the footer content to align centre??

thanks
User avatar
Gold Boarder

GK User
Thu Jul 03, 2014 2:20 pm
Hi,

I need to see your website to help you with that. Could you provide an URL? (here or via PM).
User avatar
Moderator

GK User
Thu Jul 03, 2014 2:44 pm
User avatar
Gold Boarder

GK User
Fri Jul 04, 2014 7:26 am
Add this code into css/override.css file (first enable this override option from Template Options -> Advanced tab):

Code: Select all

#gk-footer {
   text-align: center;
}

#footer-menu {
   float: none;
   margin: 0 auto 30px auto;
   display: inline-block;
}
User avatar
Moderator

GK User
Fri Jul 04, 2014 12:18 pm
thanks.
User avatar
Gold Boarder


cron