Announcement

Collapse
No announcement yet.

Can't find Left padding on SectionName

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can't find Left padding on SectionName

    I can't find where the padding is on the section name. It currently looks like its indented by about 10px but when I look at the code it takes me to: <h1><actinic:variable name="SectionName" /></h1> in the style sheet this doesn't show any padding and despite looking through the css I can't locate it. Help!

    #2
    are you saying you haven't found your h1 in the stylesheet?
    If you're having problems locating it, open your actinic.css and right click and choose 'Find'
    Then type in h1 and click 'find next in code'
    h1 often does have padding by default so it could be coming from here.
    alternatively, look at your offline (or online) page in Firefox with the Firebug plugin and it should help locate where the padding is coming from
    Tracey

    Comment


      #3
      I've been into the style sheet and looked in FF but the padding for the left isn't set.

      h1 {
      font-size: <actinic:variable name="ExtraLargeFontSize" />;
      font-weight: 900;
      margin: 0px;
      padding: 16px 0px 0px 0px;
      color: <actinic:variable name="Palette1" />;
      }

      Comment


        #4
        Probably in the list layout settings then, we can keep guessing until we get it right or you can provide a URL and help us?

        Comment

        Working...
        X