0
Welcome Guest! Login
0 items Join Now

SOLVED Afterburner 2 adding boarder

    • gaaragr's Avatar
    • gaaragr
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    SOLVED Afterburner 2 adding boarder

    Posted 11 years 3 months ago
    • Hey guys im new to rockettheme templates,This is my second joomla setup with rockettheme and trying to make afterburner 2 abit more good at the eye.Need to add a border around my main site body.any ideas?
    • Last Edit: 11 years 2 months ago by gaaragr.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED Afterburner 2 adding boarder

    Posted 11 years 3 months ago
    • Is this site online? If so, please provide the URL to the issue.
      :)
    • gaaragr's Avatar
    • gaaragr
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    Re: SOLVED Afterburner 2 adding boarder

    Posted 11 years 3 months ago
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED Afterburner 2 adding boarder

    Posted 11 years 3 months ago
    • You can create a file using a simple text editor for custom css and name it using this format: templatefolder-custom.css (e.g., rt_afterburner2-custom.css). For this issue add this to the custom CSS file
      #rt-mainbody-surround .rt-container {border: 1px solid #CCC;box-shadow: 0 0 7px #AAA;border-radius: 5px;}
      More Info here: www.gantry-framework.org/documentation/j...custom_stylesheet.md
    • gaaragr's Avatar
    • gaaragr
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    Re: SOLVED Afterburner 2 adding boarder

    Posted 11 years 3 months ago
    • gaaragr's Avatar
    • gaaragr
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    Re: SOLVED Afterburner 2 adding boarder

    Posted 11 years 3 months ago
    • I had to add for the rest eventually,it doesnt work for the whole page only if i take rt-top-surround rt-mainbody-surround seperatly
      #rt-top-surround .rt-container {border: 1px solid #CCC;box-shadow: 0 0 7px #AAA;border-radius: 5px;}
      #rt-mainbody-surround .rt-container {border: 1px solid #CCC;box-shadow: 0 0 7px #AAA;border-radius: 5px;}
      #rt-drawer .rt-container {border: 1px solid #CCC;box-shadow: 0 0 7px #AAA;border-radius: 5px;}
      #rt-bottom .rt-container {border: 1px solid #CCC;box-shadow: 0 0 7px #AAA;border-radius: 5px;}

      got another question,is it possible to add a pattern background?if yes where the directory of the image should be?
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED Afterburner 2 adding boarder

    Posted 11 years 3 months ago
    • i usually add a directory inside the template's images directory to keep my custom images separate from the template's images. Btw you can modify the template's index.php file to add a div element that you can add a border around the entire contents. Is that what your are wanting to have?
    • gaaragr's Avatar
    • gaaragr
    • Jr. Rocketeer
    • Posts: 23
    • Thanks: 0

    Re: SOLVED Afterburner 2 adding boarder

    Posted 11 years 3 months ago
    • i think looks okay now,Im trying to add a background image on the footer thou and nothing happens :/
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED Afterburner 2 adding boarder

    Posted 11 years 3 months ago
    • gaaragr wrote:
      i think looks okay now,Im trying to add a background image on the footer thou and nothing happens :/
      please start new topic for the footer bg issue

Time to create page: 0.110 seconds