Forums

Resize the width of Inove theme (4 posts)

  1. hunglan
    Member
    Posted 3 years ago #

    Hi all,
    Can I resize the width of my Inove theme? is meaning change fixed width become flexible width? Ofcourse I'll change my header image to tile the width.
    Please help me. Very thanks.

  2. JLeuze
    Member
    Posted 3 years ago #

    hunglan, you just need to change one CSS value in your stylesheet.

    Find this statement:

    #container {style.css (line 160)
    margin:0 auto;
    width:936px;
    }

    And change the width like this:

    #container {style.css (line 160)
    margin:0 auto;
    width:100%;
    }

    You could also just delete that rule about the width.

    I find the "Offset" filter in Photoshop to be very helpful for creating tiles.

  3. hunglan
    Member
    Posted 3 years ago #

    Thank Jleuze.
    I'll try it.

  4. JLeuze
    Member
    Posted 3 years ago #

    No problem hunglan!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags