- Posts: 7
- Thank you received: 0
why there is a white space ?
-
tigerosh
Inactive member - Topic Author
- New Member
Less
More
12 years 7 months ago - 12 years 7 months ago #18404
by tigerosh
why there is a white space ? was created by tigerosh
Hello
please look at my site, ywaza3.net/
and tell me why there is a white space in the left of the article s pictures,
like here
www.traidnt.net/vb/attachments/644101d13...218t-picture0001.png
and another problem, ( how to change the articles text size plz ? )
( I use joomla 1.5 )
Thanks a lot, and have a nice day
please look at my site, ywaza3.net/
and tell me why there is a white space in the left of the article s pictures,
like here
www.traidnt.net/vb/attachments/644101d13...218t-picture0001.png
and another problem, ( how to change the articles text size plz ? )
( I use joomla 1.5 )
Thanks a lot, and have a nice day
Last edit: 12 years 7 months ago by tigerosh.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18409
by ivan.milic
Replied by ivan.milic on topic Re: why there is a white space ?
Add this at the end of templet_css.css:
.content_pad .blog{
width:100%;
}
to change font size you can use "Text Font Size (px)" template parameter in MAIN BODY section, if you use pre-defined style than you must edit .styles/styleX.php
where X in number of pre-defined style. Variable value you need to change is $mainFontSize , default value is 12.
If that affect things you want to keep 12 px , you can also do this like in first answer add this also after that:
.content_pad{
font-size:14px;
}
14 is example value I put.
.content_pad .blog{
width:100%;
}
to change font size you can use "Text Font Size (px)" template parameter in MAIN BODY section, if you use pre-defined style than you must edit .styles/styleX.php
where X in number of pre-defined style. Variable value you need to change is $mainFontSize , default value is 12.
If that affect things you want to keep 12 px , you can also do this like in first answer add this also after that:
.content_pad{
font-size:14px;
}
14 is example value I put.
The following user(s) said Thank You: tigerosh
Please Log in to join the conversation.
Time to create page: 0.193 seconds