padding- top for modules in bottom1-5

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jun 20, 2014 10:52 am
Reply with quote
Report this post
where can i set a padding- top for the custom modules + nsp5 modules in bottom 1-5, that the menubar will not cover them.

http://www.joomla32.maschin.ch

thx 4 help
User avatar
Expert Boarder

teitbite
Sat Jun 21, 2014 11:41 am
Reply with quote
Report this post
Hi

You mean something like this:

Code: Select all
#gkBottom1 .box, #gkBottom2 .box, #gkBottom3 .box, #gkBottom4 .box, #gkBottom5 .box {
    padding-bottom: 50px;
}
User avatar
Moderator

GK User
Mon Jun 23, 2014 2:55 pm
Reply with quote
Report this post
nsp5 nav.png


i did already set this in override.css but no effect. Where can i change the padding-top of the nsp 5 navi. that it doesn't disappear like that:

nsp5_navi1.png


thx a lot
User avatar
Expert Boarder

teitbite
Tue Jun 24, 2014 7:11 pm
Reply with quote
Report this post
Hi

I cannot see an override.css file used on site. Please check if it's enabled in template settings.

What do You mean by NSP pagination ? I do not see pagination anywhere.
User avatar
Moderator

GK User
Wed Jun 25, 2014 8:46 am
Reply with quote
Report this post
Hi
override.css is enabled.

i mean the navigation from nsp 5 > All, GFX, PRINT, COLLAGE

that is covered from the menubar when it slide to portfolio and blog

thx
User avatar
Expert Boarder

teitbite
Thu Jun 26, 2014 9:31 pm
Reply with quote
Report this post
Hi

Try add this code to css:

Code: Select all
.gkNspPM-Portfolio2 .gkImagesWrapper {
    padding: 69px 45px 45px;
}

.gkNspPM-Portfolio2 .gkPortfolioCategories {
    position: absolute;
    top: 40px;
    z-index: 20;
}
User avatar
Moderator

GK User
Fri Jun 27, 2014 8:40 am
Reply with quote
Report this post
Thanks a lot
so it works perfectly:

.gkNspPM-Portfolio2 .gkImagesWrapper {
padding: 90px 45px 45px;
}

.gkNspPM-Portfolio2 .gkPortfolioCategories {
position: absolute;
top: 60px;
}
User avatar
Expert Boarder

teitbite
Sun Jun 29, 2014 10:37 pm
Reply with quote
Report this post
Hi

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


cron