Decreasing the width of an articles text. - Joomla! Forum - community, help and support
hello,
i have site: http://eten.jeroen-nieuwenhuis.nl/joomla/index.php/buffet
as can see text under banner width banner. i'd make 50%. banner image in article.
who can me this?
i have site: http://eten.jeroen-nieuwenhuis.nl/joomla/index.php/buffet
as can see text under banner width banner. i'd make 50%. banner image in article.
who can me this?
hi, can see have kept both images , content under <p>, if want change make following changes
p
{
width:50%;
}
p img
{
width:{set value desired in px}
height:{set value desired in px}
}
i hope work. may happen may affect logo in case put css
p img
{
width:{set value meet requirement}
}
thanks
p
{
width:50%;
}
p img
{
width:{set value desired in px}
height:{set value desired in px}
}
i hope work. may happen may affect logo in case put css
p img
{
width:{set value meet requirement}
}
thanks
Comments
Post a Comment