NSP/ gkPage

GK User
Mon Apr 27, 2015 5:22 pm
Hi,

I installed the steak house tmpl two times: www.yogamundo.nl.site/ and www.byldar.com/main/. With the first the News Show in mainbody_bottom it gets the whole page width, with the second one it is ok. It seems to be a missing class: gkPage (the first)

Can anyone help me? It's taking me too long now. Thanks!

Pebim
User avatar
Junior Boarder

GK User
Mon Apr 27, 2015 9:41 pm
Oh, by teh way: can it be that the first one has been updated (TMPL) and the secon one not?
User avatar
Junior Boarder

teitbite
Fri May 01, 2015 10:18 am
Hi

byldar.com looks to be fine and the other one is not opening. Is it temporary or some other issue ? Please maybe send me a screenshot and a source code of this website.
User avatar
Moderator

GK User
Sat May 02, 2015 12:03 am
I didn't alter Byldar at all, so should be fine, the other link had a type-o, http://www.yogamundo.nl/site/
Screenshot att.
The problem is that the NSP shows the items to wide on the homepage.
Thanks
User avatar
Junior Boarder

teitbite
Mon May 04, 2015 1:02 pm
hi

You have used this module along with "paralax" module class suffix which resizes to 100% of the screen.

Try add this to override.css and enable override in template settings:

Code: Select all
#yoga div.content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
}
User avatar
Moderator

GK User
Tue May 05, 2015 11:37 am
Thanks!
User avatar
Junior Boarder

teitbite
Sun May 10, 2015 10:14 am
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron