sub pages layout

Support desk for Multipurpose Quark Theme
GK User
Sat Apr 18, 2015 7:02 pm
I seem to have a problem with sub pages.
For the menu item support I>single article>article support (which is empty).
GK Tab module >mainbody

But it does not display the entire image that is put in the background?
If I place a header on this page it does work, and it shows the complete background image of the first tab?
I cannot figure out what I do wrong?
This only applies to the first tab, all the other tabs are OK, but they also do not have a background image;-)

site https://www.didit-highend.com/index.php/dac212/support
User avatar
Senior Boarder

teitbite
Sun Apr 19, 2015 9:19 am
Hi

You have used paralaxt-bg module class suffix in first module's parameters. Problem is that this only shows a transparent background allowing template's paralax background to be seen. You need to configure Your paralax image for it in template settings.
User avatar
Moderator

GK User
Mon Apr 20, 2015 10:16 am
Hi teitbite,
thanks for that, I will give that a try late today and come back to you!
User avatar
Senior Boarder

GK User
Mon Apr 20, 2015 6:08 pm
Tested it and indeed it does work!
Thanks, at least we can publish the support page again;-)
User avatar
Senior Boarder

GK User
Mon Apr 20, 2015 6:20 pm
However I don't quite understand it!?
I have applied it in the same way as on all the other tabs.. now I get a white margin on the side of the background image..
It is of course possible to use a background image with a lot of white so that this margin becomes invisible, but still..
User avatar
Senior Boarder

teitbite
Wed Apr 22, 2015 5:15 pm
Hi

I think You can use:

Code: Select all
.box.big-spaces {
    background-size: cover;
}


but Your image has a lot of white area on top, so it doesn't look so good.

Than try:

Code: Select all
.box.big-spaces {
    background-size: cover;
    backgroun-position: center center;
}


shoud fix it, but You need to try. I'm not sure.
User avatar
Moderator

GK User
Wed Apr 22, 2015 5:59 pm
Tried the last option and I am pretty sure that it works!
Great! thanks a lot for the support!
User avatar
Senior Boarder

teitbite
Wed Apr 22, 2015 6:56 pm
Hi

Wow, that's great. It was just a guess :)
Ok. Thread closed than.
User avatar
Moderator


cron