Jump to content

[SOLVED] CMS Info Block Getting Chopped after Update


Recommended Posts

Hi All, I just updated my site and no matter what I try I have been unable to get the CMS Info Block to display properly, it seems to be cut off at a certain height and I have tried several suggestions on this forum for a solution and none of them worked.

 

I attached an image, thanks in advance for any help.post-768847-0-66748400-1425686490_thumb.jpg

Link to comment
Share on other sites

problem is in this code probably in global.css:

#facebook_block, #cmsinfo_block {
    background: none repeat scroll 0 0 #f2f2f2;
    height: 344px;
    min-height: 344px;
    overflow: hidden;
    padding-left: 29px;
    padding-right: 29px;
}

 

Remove height: 344px; and it should work

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...