Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
Pls let me know - how i can remove the border from particular Module..?
( ie : as-position-15)
* I set advance parameter Module Style "None" - but no use.
Any special "Module Class Suffix"..?
Thanks
The border you can remove by editing tmpl.default.css file the following class (line 459):
.mod-custom img,
.item_img img,
.category_img img,
.item_fulltext img,
.random-image img,
aside .img-intro__left img,
aside .img-intro-left img,
aside .img-intro__right img,
aside .img-intro-right img,
.img-intro__none img,
.img-intro-none img,
.img-full__none img,
.img-full-none img,
.random-image .img
{
border: 1px solid #000;
}
Regards, AS Team.
{
border: none;
}
How I can change the Alignment of font "justify" to paragraph default. It mean, I want always justify my content's text..
Pls reply - thanks
What is your site url please? Do you want to make your text justified in your articles only, or in modules as well?
Regards, AS Team.
Sorry, the site is under construction..
I need both, Article & Modules - Can you guide :
- How I can align Articles..?
- How I can align Modules..?
Thanks.
You have to go through all your articles and modules and add text-align property: style="text-align: justify"
Here you can find more info about this property and all property values:
http://www.w3schools.com/cssref/pr_text_text-align.asp
Regards, AS Team.