-
AuthorPosts
-
nsca Friend
nsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
August 27, 2014 at 10:43 pm #200851Hello!
I want to add a border to entire web, as i show in the images below:
This is what i have:
This is what i want:
But I have no option in CSS like “wrapper” o something that envolves all, its all by parts like “.t3-content, t3-mainbody”. Plz help me!
Thank you in advance!
Cheers from Buenos Aires!
-
chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 28, 2014 at 2:19 am #547461can you please post your site Url. so we can suggest the right css for this.
nsca Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
August 28, 2014 at 3:05 am #547470I sent you the web details
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 28, 2014 at 3:21 am #547472I’m not able to view your site. Please help me
nsca Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
August 28, 2014 at 3:49 am #547477Ive sent you a PM with the info, did you get it?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 28, 2014 at 4:49 am #547483Yes I received, but your site is not working at my side, can you please post your ftp details via PM.
nsca Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
August 28, 2014 at 3:38 pm #547544Ive sent another PM with all the info.
Scott Lavelle FriendScott Lavelle
- Join date:
- November 2010
- Posts:
- 266
- Downloads:
- 16
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 64 times in 27 posts
August 29, 2014 at 1:13 am #547598Not seeing your site, it’s hard to know, but most of the sections on the T3 framework have a container div which you should be able to do a border-left and border-right on.
Otherwise you are going to have to go into each of the parts of your page in the tpls folder and add some kind of containing div.
Scott Lavelle - Technical Resource Solutions, LLC
Certified Joomla Administratornsca Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
August 29, 2014 at 5:04 am #547623Its the t3_bs3_blank.v2.1.6 template.
Scott Lavelle FriendScott Lavelle
- Join date:
- November 2010
- Posts:
- 266
- Downloads:
- 16
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 64 times in 27 posts
August 29, 2014 at 12:54 pm #547671So, I just verified this on one of my sites that is based on that t3_bs3_blank template. A css rule like this one in the custom.css will do what you are looking for:
div.container {
border-left: 5px black solid;
border-right: 5px black solid;
}Just be aware that there will be exceptions to how this works. Your container divs won’t be able to have padding or margins on their tops and bottoms or you will see gaps in the border where those are. You would need to apply whatever spacing elements to things inside the div.container level.
This is just one example. You might have to modify the code at the template file levels to get more exacting in how this will work or apply your css borders to more areas to encompass every section on the pages of your site.
Does this help?
Scott Lavelle - Technical Resource Solutions, LLC
Certified Joomla Administrator1 user says Thank You to Scott Lavelle for this useful post
-
AuthorPosts
Viewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 3 voices, and was last updated by Scott Lavelle 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum