paralax settings and other module questions

GK User
Tue Jun 10, 2014 6:10 pm
http://new.ogdenjunction.com/

What is the correct way to setup a parallax module. I tried using the sample with the template and added my image to the background of the module but it's not working correct.

Also, below the parallax I have 4 GK Newshow with some issues and questions.

1) What is causing the first module "Dining" to be higher
2) How can I make the header titles P tags instead of H4. I would like a module based output that is similar to the Links layout in the demo. Just a simple list of business titles from each category. Right now the headers are much to big.
User avatar
Junior Boarder

GK User
Wed Jun 11, 2014 5:25 pm
I think I've figured out some of the parallax issues but still unclear on exactly how it really works. Seems to work better in some positions rather than others. Please point me to parallax documentation if there is any.

I'm going to edit my original post and separate out my other question.
User avatar
Junior Boarder

teitbite
Fri Jun 13, 2014 10:24 am
Hi

1. To move "Dining" lower please add this code to override.css and make sure override is enabled in template settings:

Code: Select all
#gkBottom5 .box { margin: 50px 0 0; }


2. If problem is a size than it's much easier to just reduce it than to change the modue's code. Again add this to override.css:

Code: Select all
#gkBottom5 .nspArt h4.nspHeader {
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 7px;
    padding: 0;
}
User avatar
Moderator

GK User
Fri Jun 13, 2014 3:34 pm
Hi, Thank You

Your tips fixed the problem.
User avatar
Junior Boarder


cron