No space at the bottom of a Module

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
Sat Oct 10, 2015 3:47 pm
Reply with quote
Report this post
If I want the bottom of the picture to sit at the bottom of the module, how do I achieve this??

Also, if I want to make a picture the width of the screen similar to a page break, how do I do that?
User avatar
Junior Boarder

GK User
Mon Oct 12, 2015 8:52 am
Reply with quote
Report this post
Could you please post an url to your site, to a place where this problem should be solved?
User avatar
Moderator

GK User
Tue Oct 13, 2015 6:46 pm
Reply with quote
Report this post
wecare.bz

I would like to imitate the picture that span's this particular page... https://www.joinhonor.com/care
User avatar
Junior Boarder

GK User
Fri Oct 16, 2015 10:57 am
Reply with quote
Report this post
https://www.joinhonor.com/care
gives me 404

Actually your image fills entire header module height, I can't quite understand what's the issue.
User avatar
Moderator

GK User
Sun Oct 18, 2015 12:46 pm
Reply with quote
Report this post
They actually just changed it!!. The modules only fill something like 80% of the page and so an image full size fills the entire module but only say 80% of the page. I want a short and wide photo to stretch across the entire screen
User avatar
Junior Boarder

GK User
Mon Oct 19, 2015 5:47 pm
Reply with quote
Report this post
I still get 404.
User avatar
Moderator

GK User
Wed Oct 21, 2015 7:21 pm
Reply with quote
Report this post
You will now because they have removed it.... I just want a picture that stretches across the entire screen whereas the theme only allows a module to cover c80% of the screen
User avatar
Junior Boarder

GK User
Sat Oct 24, 2015 10:38 am
Reply with quote
Report this post
Please provide me with an url where I could see this issue.
User avatar
Moderator

GK User
Sat Oct 24, 2015 3:05 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Sun Oct 25, 2015 9:50 am
Reply with quote
Report this post
I put an example on our website here http://wecare.bz/index.php/our-services

You see that the one module with a background image,it doesn't actually cover the entire module, only a portion of it
User avatar
Junior Boarder

GK User
Tue Oct 27, 2015 10:18 am
Reply with quote
Report this post
http://wecare.bz/index.php/our-services
there is no image / background images

https://www.joinhonor.com/apps
for me all looks fine.

Please provide an url to a place where the issue can be seen and also please create a screenshot and mark the problematic area on it.
User avatar
Moderator

GK User
Tue Oct 27, 2015 12:14 pm
Reply with quote
Report this post
Sorry, check this URL
http://wecare.bz/index.php/our-service
There is a picture of people walking through the woods
User avatar
Junior Boarder

GK User
Thu Oct 29, 2015 9:43 am
Reply with quote
Report this post
As long as you have only one module in Bottom2 position you can make it "full width"...
To do so please edit: /templates/gk_simplicity/css/override.css and add at its end:
Code: Select all
#gkBottom2 .gkPage {width: 100%; max-width: 100%;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Oct 29, 2015 4:15 pm
Reply with quote
Report this post
Thats the issue, each page uses bottom 2.....is there a way I can make a new position which mirrors for example gkbottom2
User avatar
Junior Boarder

GK User
Sat Oct 31, 2015 1:41 pm
Reply with quote
Report this post
You can do it different way. Our templates allows to create page suffixes:
https://www.gavick.com/documentation/jo ... omla-pages
This way you can "tag" only one page by adding custom class to it's body element, this way if you tag homepage with tag such as:
homepage
you can use later:
Code: Select all
.homepage #gkBottom2 .gkPage {width: 100%; max-width: 100%;}
User avatar
Moderator


cron