Strange look, right

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue Feb 14, 2012 9:55 am
Hi,


Why is my "JomSocial" look like this, I cant see it all in right.......see attached pic.


Best, Wiberg
User avatar
Gold Boarder

GK User
Tue Feb 14, 2012 10:15 am
Looks like Jomsocial width is wider then the template width and if there is a overflow : hidden css somewhere in the templates css then it would simply cut out the extras.

To get better idea you should post a live link if you can to test/debug.

See you around...
User avatar
Platinum Boarder

GK User
Wed Feb 15, 2012 7:48 am
Hi,

Okay, here is the link : http://www.ilcigno.dk

Best, Wiberg


normanUK wrote:Looks like Jomsocial width is wider then the template width and if there is a overflow : hidden css somewhere in the templates css then it would simply cut out the extras.

To get better idea you should post a live link if you can to test/debug.

See you around...
User avatar
Gold Boarder

GK User
Wed Feb 15, 2012 10:17 am
Add following code in override.css file and enable Css override feature from template settings.

Code: Select all
#community-wrap { width:920px; }


See you around...
User avatar
Platinum Boarder

GK User
Wed Feb 15, 2012 2:36 pm
THANKS :-)

Done and it works :-)



normanUK wrote:Add following code in override.css file and enable Css override feature from template settings.

Code: Select all
#community-wrap { width:920px; }


See you around...
User avatar
Gold Boarder

GK User
Wed Feb 15, 2012 2:41 pm
No problem at all.

See you around...
User avatar
Platinum Boarder


cron