test
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • nsca Friend
    #200851

    Hello!

    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!


    1. capbarrio
    2. capbarriowithbars
    chavan Friend
    #547461

    can you please post your site Url. so we can suggest the right css for this.

    nsca Friend
    #547470

    I sent you the web details

    chavan Friend
    #547472

    I’m not able to view your site. Please help me

    nsca Friend
    #547477

    Ive sent you a PM with the info, did you get it?

    chavan Friend
    #547483

    Yes I received, but your site is not working at my side, can you please post your ftp details via PM.

    nsca Friend
    #547544

    Ive sent another PM with all the info.

    Scott Lavelle Friend
    #547598

    Not 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 Administrator

    nsca Friend
    #547623

    Its the t3_bs3_blank.v2.1.6 template.

    Scott Lavelle Friend
    #547671

    So, 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 Administrator

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