0
Welcome Guest! Login
0 items Join Now

Change layout for contact email and tel #

  • Change layout for contact email and tel #

    Posted 11 years 2 months ago
    • I am looking for a way to override the bootstrap css for the email and tel # on the contact page.

      Basically the bootstrap css is adding a 180px margin-left for the definition description. I am trying to override this to a 0 margin-left in my custom css but it is not working.

      I am trying:
      div.contact .dl-horizontal dd {margin-left: 0!important;}

      And a few variations thereof to no avail.

      The bootstrap css doesn't seem to yield. I am using the gantry-custom.css as I always do. An ordering issue with style sheet loading?

      The page is here:

      Any help is appreciated.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Change layout for contact email and tel #

    Posted 11 years 2 months ago
    • this seems to work ok?
      div.contact .dl-horizontal dd {
          margin-left: 0;
      }

      You problem is actually that your CSS file is invalid as it has a missing closing brace.

      Regards, Mark.
    • 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.061 seconds