Text outside or template border - Joomla! Forum - community, help and support
hello,
i've been using joomla time now, , of website's run on joomla.
until found solutions problems reading , searching
joomla forum.
this time in dead end, not able find solution
problem. problem simple, in articles test goes out of template
border can see here:
http://mados-galerija.lt/kontaktai
the same occurs when press on product in virtuemart, title ,
description goes out of template border can see here:
http://mados-galerija.lt/suknels/detail ... u?sef=hcfp
if want can make screenshot.
i running latest release of joomla 1.5 , virtuemart 1.9, template created artisteer.
from reading forum able find out has
css. not literate in programming, can can follow steps make
changes.
i had in css file of template , found
do need make changes here ? if not please guide me how fix this.
thanks you
i've been using joomla time now, , of website's run on joomla.
until found solutions problems reading , searching
joomla forum.
this time in dead end, not able find solution
problem. problem simple, in articles test goes out of template
border can see here:
http://mados-galerija.lt/kontaktai
the same occurs when press on product in virtuemart, title ,
description goes out of template border can see here:
http://mados-galerija.lt/suknels/detail ... u?sef=hcfp
if want can make screenshot.
i running latest release of joomla 1.5 , virtuemart 1.9, template created artisteer.
from reading forum able find out has
css. not literate in programming, can can follow steps make
changes.
i had in css file of template , found
code: select all
art-content-layout
{
display: table;
width:100%;
table-layout: fixed;
border-collapse: collapse;
}
.art-content-layout-row {
display: table-row;
}
.art-layout-cell
{
display: table-cell;
vertical-align: top;do need make changes here ? if not please guide me how fix this.
thanks you
the problem have non-breaking spaces in text:
kontaktaikontaktai kontaktaikontaktai kontaktaikontaktai kontaktaikontaktai kontaktaikontaktai kontaktaikontaktai
remove , replac regular space
kontaktaikontaktai kontaktaikontaktai kontaktaikontaktai kontaktaikontaktai kontaktaikontaktai kontaktaikontaktai
remove , replac regular space
Comments
Post a Comment