0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Camber Home Template Problem

    • Ab123's Avatar
    • Ab123
    • Newbie
    • Posts: 18
    • Thanks: 0

    Camber Home Template Problem

    Posted 13 years 8 months ago
    • Hi there,

      As shown in the picture (first picture), after publishing and unpublishing few modules, I ended up with a gap in my mainbottom module position. Could someone please help me as how i can fix this problem and get rid of the gap like the original Camber home page?

      The second picture is how it used to and should look.
      Here is the link to my website

      Many thanks,
    • Last Edit: 13 years 8 months ago by Ab123.
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: Camber Home Template Problem

    Posted 13 years 8 months ago
    • It's best to put a Camber template question on the the Camber board. You'll get better answers from those who use it the most and hence better feedback.

      I can tell you which style is creating the space but deleting it may not be your best solution. I would adjust the value or comment it out first and make sure your other pages are not adversely effected. It may look bad here but be necessary somewhere else. :wink:

      The style is in templates/rt_camber/css/template.css
       #rt-feature-spacer {
          height: 60px;
      }

      You can change the value to make it just the way you want it.
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...
    • Ab123's Avatar
    • Ab123
    • Newbie
    • Posts: 18
    • Thanks: 0

    Re: Camber Home Template Problem

    Posted 13 years 8 months ago
    • Thanks for your reply, I will try to link this post to Camber board as well.

      Unfortunately, that only changed the height between navigation and header position of the template. What can i do now?

      Regards,
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: Camber Home Template Problem

    Posted 13 years 8 months ago
    • Sorry, I thought the first image was of the space between the header and navigation position. It's been a long day... Anyway now that I'm looking at your problem again here's what you can do. It is going to be a little more interesting because the "blank" space is actually made up of some padding and margin. Here we go...

      Same file templates/rt_camber/css/template.css. I would take 15px all the way down to 0px
      .rt-block {
          margin: 15px 0;
      }

      Here is the padding. /libraries/gantry/css/gantry.css.
      .rt-block {
          margin-bottom: 10px;
          padding: 15px;
          position: relative;
      }

      Change it to this:
      .rt-block {
          margin-bottom: 10px;
          padding: 0 15px 15px;
          position: relative;
      }
      Increase the 0 to open up space between the top of Mainbottom and the dividing line above. Increase the last 15px for space on top of the dividing line.
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...
    • Ab123's Avatar
    • Ab123
    • Newbie
    • Posts: 18
    • Thanks: 0

    Re: Camber Home Template Problem

    Posted 13 years 8 months ago
    • Ah.. Wala, that did it :D Thanks a lot for the really quick reply and your kind help!

      After playing around with it, I realized changing templates/rt_camber/css/template.css from 15px all the way down to 0px was not necessary.
      .rt-block {margin: 15px 0;}
      I just followed changing /libraries/gantry/css/gantry.css.

      Hope this helps others.

      Cheers

Time to create page: 0.087 seconds