0
Welcome Guest! Login
0 items Join Now

SOLVED Centering an image in LESS

    • Kurt Snow's Avatar
    • Kurt Snow
    • Sr. Rocketeer
    • Posts: 227
    • Thanks: 0

    SOLVED Centering an image in LESS

    Posted 11 years 10 months ago
    • I changed the header-dark.less file to refer to an image for the header position, instead of a color. However, no matter what syntax I use (other than no-repeat), I cannot seem to center the image. What am I doing wrong? Here is my site:

      californiansforconservation.org/

      And here is my code:
      @header: url(/images/hills.jpg) no-repeat;

      #rt-header {
      background: @header;
      }
    • Last Edit: 11 years 10 months ago by Kurt Snow.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED Centering an image in LESS

    Posted 11 years 10 months ago
    • #rt-header {
      background: url(/images/hills.jpg) 50% 50% no-repeat;
      }
    • Kurt Snow's Avatar
    • Kurt Snow
    • Sr. Rocketeer
    • Posts: 227
    • Thanks: 0

    Re: SOLVED Centering an image in LESS

    Posted 11 years 10 months ago
    • Solved. Thank you.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED Centering an image in LESS

    Posted 11 years 10 months ago
    • Happy to help :cheesy:

Time to create page: 0.059 seconds