0
Welcome Guest! Login
0 items Join Now

Afterburner Padding + CSS Override?

  • Re: Afterburner Padding + CSS Override?

    Posted 15 years 4 months ago
    • superb... ok padding is now sorted 8)

      not sure if i need to raise this under a seperate post, but i'm still having an alignment issue - if you take a look at the same page i'm trying to align the 'test' text with the middle of the icons - but the table is not picking up any of the alignment tags - have tried both on the <tr> as well as the <td>. Have also tried divs.... everything just appears to be bottom aligned by default for tables - and top for divs?

      lol :shock: - also the site logo appears to have reappeared behind (Whose Online Module) - is this just because the custom module is so deep - or because i'm using Divs. lol... :)

      appreciate the help guys :)
  • Re: Afterburner Padding + CSS Override?

    Posted 15 years 4 months ago
    • not sure if i need to raise this under a seperate post, but i'm still having an alignment issue - if you take a look at the same page i'm trying to align the 'test' text with the middle of the icons - but the table is not picking up any of the alignment tags - have tried both on the <tr> as well as the <td>. Have also tried divs.... everything just appears to be bottom aligned by default for tables - and top for divs?

      Use in divs instead :)

      Taking this example into consideration:
      <div class="content">
              <div class="icon">1</div>
             Incentive Compensation Management, Quota & Territory Management, Dashboards, Reporting & Analytics, Sales Coaching
          </div>

      Add the above code in html output

      Add this at end of template.css file:
      .content {width: 100%; overflow: hidden;}
      .icon {background: url(../images/sample/png) no-repeat; float: left;padding: 2px;}

      Update image path accordingly
    • Quick tips::
      1) Clear your browser cache if changes dont reflect
      2) Provide link to your site to help us help you better
      3) Use in firebug
      Tutorial-- http://www.rockettheme.com/blog/team/255-tools-firebug

      softlogique.com
  • Re: Afterburner Padding + CSS Override?

    Posted 15 years 4 months ago
    • good man - i'll give this a try! :)

Time to create page: 0.058 seconds