0
Welcome Guest! Login
0 items Join Now

site padding issues

    • Grant's Avatar
    • Grant
    • Hero Rocketeer
    • Posts: 279
    • Thanks: 0
    • iCast Interactive

    site padding issues

    Posted 12 years 5 months ago
    • Hi guys,

      Im having issues trying to edit the padding on my site... I needing modules to butt up to the left and right sides with no padding or margin. Then interior padding fo the modules to be 5px and for the overal website width to be 960px...

      I am using Joomla 2.5 and RocketTheme template Reflex... And here is a test link: www.ksux1.com.php53-12.dfw1-1.websitetestlink.com/

      Thanks for the help!
      -Grant
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: site padding issues

    Posted 12 years 5 months ago
    • Hi Grant,

      That will be a lot of CSS work to do. Once you remove margins and padding you have to increase the module sizes to compensate or you won't have the width.

      That amount of customisation goes beyond our normal levels of support. You could always use the Marketplace board to see if any other developers would take on this work.

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
    • Grant's Avatar
    • Grant
    • Hero Rocketeer
    • Posts: 279
    • Thanks: 0
    • iCast Interactive

    Re: site padding issues

    Posted 12 years 5 months ago
    • Hi David, Any chance you could help with just the left inside side margin?
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: site padding issues

    Posted 12 years 5 months ago
    • Hi Grant

      template.css at line 26...
      .rt-container-bg {
           margin: 0 -20px;
           padding: 0 20px 20px;
      }

      Get familiar with Firebug - it's your friend :cheesy:

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
    • Grant's Avatar
    • Grant
    • Hero Rocketeer
    • Posts: 279
    • Thanks: 0
    • iCast Interactive

    Re: site padding issues

    Posted 12 years 5 months ago
    • Hi David, that did not work... Any other ideas?
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: site padding issues

    Posted 12 years 5 months ago
    • Hi Grant,

      That is the actual original code - you need to set the values to suit your needs e.g.
      .rt-container-bg {
                margin: 0px;
                padding: 0 0 20px 0;
           }

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information

Time to create page: 0.072 seconds