Modules in bannertop position side by side
October 2015 Joomla Template
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Thu Jan 26, 2017 2:27 pm
- Reply with quote
- Report this post
Hello ,
when i put for example two modules in bannertop position the second module goes down from the first. How can i make the bannertop position to have the second module, the third module side by side with the first module(like to be horizontal)?
Thanks
when i put for example two modules in bannertop position the second module goes down from the first. How can i make the bannertop position to have the second module, the third module side by side with the first module(like to be horizontal)?
Thanks
-
- Junior Boarder
- teitbite
- Mon Jan 30, 2017 7:56 pm
- Reply with quote
- Report this post
Hi
Please keep this 2 modules there and tell me the url to the page where I'll be able to see it.
Please keep this 2 modules there and tell me the url to the page where I'll be able to see it.
-
- Moderator
- GK User
- Mon Jan 30, 2017 10:09 pm
- Reply with quote
- Report this post
Hello, i was sent you the url with 2 modules in pm. Thank you
-
- Junior Boarder
- GK User
- Fri Feb 03, 2017 5:22 pm
- Reply with quote
- Report this post
Do we have any news about this issue?
-
- Junior Boarder
- teitbite
- Tue Feb 07, 2017 6:07 pm
- Reply with quote
- Report this post
Hi
Please add this code to override.css and make sure override is enabled in template settings.
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
#gkBannerTop .box, #gkBannerTop .bannergroup {
box-sizing: border-box;
display: block;
float: left;
width: 50%;
}
-
- Moderator
- GK User
- Wed Feb 08, 2017 12:22 am
- Reply with quote
- Report this post
Hello, if you see it made it horizontal, but i have 2 issues.
1. The first module it made it very very small.
2. In mobile view the modules are the one inside the other
1. The first module it made it very very small.
2. In mobile view the modules are the one inside the other
-
- Junior Boarder
- GK User
- Thu Feb 09, 2017 10:59 pm
- Reply with quote
- Report this post
My first issue about that "The first module it made it very very small." i fixed it by created a new one. But i have another question. How i center the banner modules?
-
- Junior Boarder
- teitbite
- Tue Feb 14, 2017 5:46 pm
- Reply with quote
- Report this post
Hi
To center the banners You have now use:
for mobile adjustment:
To center the banners You have now use:
- Code: Select all
#gkBannerTop .banner_slider {
margin: 0 auto;
}
for mobile adjustment:
- Code: Select all
@media only screen and (max-width:830px) {
#gkBannerTop .box,
#gkBannerTop .bannergroup {
float: none;
width: 100%;
}
}
-
- Moderator
- GK User
- Wed Feb 15, 2017 1:27 am
- Reply with quote
- Report this post
Thank you very much. With this it works perfect, as i want.
-
- Junior Boarder
- GK User
- Wed Feb 15, 2017 1:35 am
- Reply with quote
- Report this post
Perfect as i wanted horizontal
-
- Junior Boarder
- teitbite
- Mon Feb 20, 2017 12:02 pm
- Reply with quote
- Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-
- Moderator
11 posts
• Page 1 of 1