responsive align of banner images

October 2015 Joomla Template
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.1.00 out of 6 based on 1 vote(s)
GK User
Wed Mar 09, 2016 2:41 pm
Reply with quote
Report this post
hello i managed to put in mainbody bottom position two banner modules in horizontal display with a css module suffix but they are not responsive.

when we change to smaller screens the banner images are getting smaller and not aligning one under the other.

uppon reply i will give you the link of the page

thank you
User avatar
Junior Boarder

teitbite
Sat Mar 12, 2016 4:21 pm
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Tue Mar 15, 2016 10:24 am
Reply with quote
Report this post
teitbite wrote:Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.


I opened the same thread twice and I have PMed you for the url
User avatar
Junior Boarder

teitbite
Mon Mar 21, 2016 11:03 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:767px) {
#gkMainbodyBottom .box.split {
    display: block;
    margin: 0 auto;
    width: 300px;
}
}
User avatar
Moderator


cron