0
Welcome Guest! Login
0 items Join Now

SOLVED CSS padding???

  • SOLVED CSS padding???

    Posted 13 years 1 month ago
    • Hello all,

      You guys were so quick to answer my question yesterday that i had to come back with another one today :oops:
      On the following link, i can't seem to get rid of the white space between the logo and top of the page. I looked into the paddings in the CSS but once again can't find where it's hiding. Maybe i need to look somewhere else than the paddings?
      My client is very specific about what they don't want :frown:

      Would really appreciate your help on this.
      And yes, i do need to renew my membership 8)
    • Last Edit: 13 years 1 month ago by Anne Hodkinson.
  • Re: SOLVED CSS padding???

    Posted 13 years 1 month ago
  • Re: SOLVED CSS padding???

    Posted 13 years 1 month ago
    • CMYKreative wrote:
      You have an empty module position placed there. Try using Firefox + Firebug to see the code/css and you'll find it easily enough.
      Hi there,
      Thanks for your reply but the banner is in the drawer module (the highest position) and there is no other module above it.
  • Re: SOLVED CSS padding???

    Posted 13 years 1 month ago
  • Re: SOLVED CSS padding???

    Posted 13 years 1 month ago
    • Firebug claims that it is in:

      .rt-block {
      margin-bottom: 10px;
      padding: 15px;
      position: relative;
      }
      gantry.css (line 16

      I would love to go to edit gantry.css but it doesn't show in the back end....any other option to get rid of this white edge/box?
  • Re: SOLVED CSS padding???

    Posted 13 years 1 month ago
    • You have to edit the css manually using a text editor or Dreamweaver and then upload the file again.

      <div class="module-tm"><div class="module-tl"><div class="module-tr"></div></div></div>

      This is above your 'banner' and needs deleting or hiding.

      Then you'll need to edit your rt-block code to remove the padding.
    • CMYKreative : Graphic Design , Web Design , Printing , Banner Ads , Branding and more.
  • Re: SOLVED CSS padding???

    Posted 13 years 1 month ago
    • CMYKreative wrote:
      You have to edit the css manually using a text editor or Dreamweaver and then upload the file again.

      <div class="module-tm"><div class="module-tl"><div class="module-tr"></div></div></div>

      This is above your 'banner' and needs deleting or hiding.

      Then you'll need to edit your rt-block code to remove the padding.

      Thanks.
      I have just deleted those that you mention.
      That's my issues. I can't seem to locate the rt-block as it is in gantry.css and i don't see gantry.css in the back end. I am searching forums on how to edit gantry.css but no luck so far.
      I really appreciate your help :mrgreen:
  • Re: SOLVED CSS padding???

    Posted 13 years 1 month ago
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED CSS padding???

    Posted 13 years 1 month ago
    • It is not advisable to edit gantry.css file since this file will be overwritten the first time you update Gantry framework.

      Add this to the end of your template.css file
      #rt-drawer .rt-block {
      margin-top: -15px;
      }
    • Check my services at: Mihha-Vision
  • Re: SOLVED CSS padding???

    Posted 13 years 1 month ago
    • Igor Mihaljko wrote:
      It is not advisable to edit gantry.css file since this file will be overwritten the first time you update Gantry framework.

      Add this to the end of your template.css file
      <div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="" class="li1">#rt-drawer .rt-block {</li><li style="" class="li2">margin-top: -15px;</li><li style="" class="li1">}</li></ol></div>
      Thanks Igor,

      That's exactly what i needed. So glad i waited another day before going ahead with editing the gantry file.

      Thanks also to CMYKreative.

      Much appreciate your efforts.

Time to create page: 0.063 seconds