how to add the edges (eg rounded) in my articles and modules?
my site : (template alexis)
http://gef-molsheim.org/index.php
as exemple of nice articles border :
http://www.potions-et-chaudron.com/
- DiabloV
- Commercial Templates
- Wednesday, 16 December 2015
- Subscribe via email
Hello
This would vary slightly depending on the module position you wish to effect however an example that would effect your contenttop module positions would look something like the following (Custom CSS - edit to taste)...
Ciarán
This would vary slightly depending on the module position you wish to effect however an example that would effect your contenttop module positions would look something like the following (Custom CSS - edit to taste)...
.contenttop .module_surround {
border-radius: 6px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello
Try also adding the following...
Ciarán
Try also adding the following...
.maincontent {
border-radius: 6px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
thanks for the idea...
but now I have all the same empty areas that are impacted, and that's ugly.
but now I have all the same empty areas that are impacted, and that's ugly.
- more than a month ago
- Commercial Templates
- # 4
Thank you
You could try adding a margin to your article area. Something like the following which will bring your borders in line..
Ciarán
You could try adding a margin to your article area. Something like the following which will bring your borders in line..
.maincontent {
margin: 0 20px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Thanks, but....
not working. I always have this box blank.
actually my problem is this empty frame. where is he from ?
not working. I always have this box blank.
actually my problem is this empty frame. where is he from ?
- more than a month ago
- Commercial Templates
- # 8
This is the article/component area of your template. To hide may I suggest the following article.. http://www.joomla51.com/tutorials/item/hiding-the-component-article-area-on-a-page
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Hello
There may be no solution for what you require however I am presuming you want this above square removed on just this page? If so you will need to create a separate template style specifically for this page to which you will add the suggest CSS in the article. For details on creating multiple template styles please check out the following tutorial... http://www.joomla51.com/tutorials/item/creating-multiple-template-styles
Ciarán
There may be no solution for what you require however I am presuming you want this above square removed on just this page? If so you will need to create a separate template style specifically for this page to which you will add the suggest CSS in the article. For details on creating multiple template styles please check out the following tutorial... http://www.joomla51.com/tutorials/item/creating-multiple-template-styles
Ciarán
- more than a month ago
- Commercial Templates
- # 11
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »