CSS & Footer Nav issues

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Thu Dec 13, 2012 4:27 pm
Loving the Bike Store template!

I have 2 questions that I can't seem to fix (and I've put several hours into each of them before bothering you guys).

1) The template's content body is float/justifying to the left and I can't find the CSS to make it center.

2) I can't make the footer nav module work, so that the site's pages are all listed in the footer nav section.

The website is here: http://allgoodallgod.com

Thanks!
User avatar
Fresh Boarder

teitbite
Thu Dec 13, 2012 7:13 pm
Hi

1. Please use this code:

Code: Select all
#gkPageWrap {
    margin: 0 auto;
}


2. Please tell me what do You want to achieve in footer_nav position.
User avatar
Moderator

GK User
Thu Dec 13, 2012 7:27 pm
Thanks, teitbite!

RE: 1) In which CSS file should I place that code?


RE: 2) I'd like to place site links in the footer as they are shown on the demo.
User avatar
Fresh Boarder

teitbite
Fri Dec 14, 2012 10:15 pm
Hi

1. All css changes should be kept in override.css file. But please check if using of this file is enabled in template settings.

2. Site links in demo is a Menu module placed in "footer_nav" position.
User avatar
Moderator


cron