0
Welcome Guest! Login
0 items Join Now

SOLVED Remove padding and margin bottom of rt-block on single page

    • eRimkus's Avatar
    • eRimkus
    • Sr. Rocketeer
    • Posts: 168
    • Thanks: 2

    SOLVED Remove padding and margin bottom of rt-block on single page

    Posted 8 years 5 months ago
    • Joomla 3.4.5
      Gantry v4.1.29

      URL removed

      I have a BreezingForms form as a menu link and a module below it. The rt-block div has a margin of 10px and padding of 15px. I'd like to remove the space between the form and the module so the page appears to be all one piece.

      I tried:

      div.rt-block menu-contact-us-new {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      }

      but that didn't work. Could you steer me in the right direction? I only want it to affect this page.

      Thanks in advance,
      Ed
    • Last Edit: 8 years 5 months ago by eRimkus. Reason: Solved, remove URL
    • eRimkus's Avatar
    • eRimkus
    • Sr. Rocketeer
    • Posts: 168
    • Thanks: 2

    Re: SOLVED Remove padding and margin bottom of rt-block on single page

    Posted 8 years 5 months ago
    • A little more research in these forums revealed the answer.

      See: www.rockettheme.com/forum/joomla-templat...page?start=0#1078634


      body.menu-contact-us-new div.rt-block {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      }

      Where menu-contact-us-new is the menu-+alias from that page's menu item

      div.rt-block was what I want the code to act on for that page only.

      Hope this helps someone else.

      Thanks Rockettheme!

Time to create page: 0.033 seconds