Jump to content

[Solved]facebook like box not in line with template


Recommended Posts

Open yourdomain/themes/default-bootstrap/css/global.css and find bottom code

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

Change min-height to desired height.

Link to comment
Share on other sites

Open yourdomain/themes/default-bootstrap/css/global.css and find bottom code

 

 

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

Thank you

 

I change it to 400 now its one line

 

 

Ps. Srry for my bad English

Link to comment
Share on other sites

×
×
  • Create New...