Overview section in the about us page is not scrolling.

alejandro's picture
alejandro
Fri, 12/11/2015 - 17:23
#1
Overview section in the about us page is not scrolling.

The Overview section in the about us page is not scrolling.  It works and scrolls on my local server but now it's not working on the live site.  You have all my FTP info.  Whats going on?

phuonght's picture
phuonght
Tue, 12/15/2015 - 03:15

Hi,

Please open file /sites/all/themes/md_boom_multi/css/responsive.css, 

  • find line 

@media only screen and (min-width: 480px) and (max-width: 767px) {

then insert below it

/* Responsive image post*/
.panel-flexible img {
max-width: 100%!important;
}
/* Responsive Table */
.panel-flexible td {
width: 100%;
float: right;
}
  • find line

@media only screen and (max-width: 479px) {

insert below:

/* Responsive image post*/
.panel-flexible img {
max-width: 100%!important;
height:auto!important;
}

/* Responsive Table*/

.panel-flexible td {
width: 100%;
float: right;
}
.panel-flexible {
margin-left: 40px;
}
Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.