Bannertop full width

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
Wed Jul 31, 2013 7:19 pm
Reply with quote
Report this post
Hello, I'm working on the template News.
My question is this, I have a module in bannertop slider and want full width on the screen, is it possible?

That would have to overdrive in the template.
joomla 3.1.4
Thanks in advance
User avatar
Senior Boarder

GK User
Wed Jul 31, 2013 7:39 pm
Reply with quote
Report this post
Hi,
sure, you have to create new class, add to this module, and use this

Code: Select all
max-width: 100%;
User avatar
Platinum Boarder

GK User
Wed Jul 31, 2013 8:05 pm
Reply with quote
Report this post
Can you explain how.
Not if I have explained well, I want the image slider take the entire screen width as if the background
User avatar
Senior Boarder

GK User
Wed Jul 31, 2013 8:33 pm
Reply with quote
Report this post
Sorry for shortcut, similar solutions(tip) I've presented few days ago here: https://www.gavick.com/forums/creativit ... 27552.html
User avatar
Platinum Boarder

GK User
Wed Jul 31, 2013 9:17 pm
Reply with quote
Report this post
No works for me
User avatar
Senior Boarder

GK User
Thu Aug 01, 2013 6:25 am
Reply with quote
Report this post
hmm,
it worked for somebody else, as you saw.
1) could you add url (were you added my code) - maybe there is a small mistake somewhere
2) or/and send me access to back-end if you can I will try .
User avatar
Platinum Boarder

GK User
Thu Aug 01, 2013 11:17 pm
Reply with quote
Report this post
And ? Any progress because you didn't add any URL nor didn't send via PM any data.
User avatar
Platinum Boarder

GK User
Wed Aug 07, 2013 8:44 pm
Reply with quote
Report this post
Sorry but I've been out of the office:

www.turismolaorotava.com

I send you in pm acces
thanks
User avatar
Senior Boarder

GK User
Fri Aug 23, 2013 8:58 pm
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Tue Aug 27, 2013 10:32 pm
Reply with quote
Report this post


No works for me my position is gkBannerTop i add the code in css template configuration with this.
Any solution?
User avatar
Senior Boarder

GK User
Wed Aug 28, 2013 10:17 pm
Reply with quote
Report this post
#gkBannerTop - it's your target ID

1) you can reduce paddings (left,right or top and bottom) - that's easy : padding:0;

2) Use this code
Code: Select all
#gkBannerTop { padding-bottom:0px; }
#gkBannerTop .gkPage {  max-width:none;  }
User avatar
Platinum Boarder

GK User
Thu Aug 29, 2013 2:50 pm
Reply with quote
Report this post
Pawel F wrote:#gkBannerTop - it's your target ID

1) you can reduce paddings (left,right or top and bottom) - that's easy : padding:0;

2) Use this code
Code: Select all
#gkBannerTop { padding-bottom:0px; }
#gkBannerTop .gkPage {  max-width:none;  }


Fantastic now works fine.
in de css override
Thanks very much
User avatar
Senior Boarder


cron