• Resolved RomanKur

    (@romankur)


    Hi guys
    On a site I’d like to have text in content area without any margins and paddings. Tried almost everything, but can’t find the solution.

    I want to have text with the same width as a picture on main page (980px). Is it possible, could someone help me please?
    THANKS IN ADVANCE!

    P.S. WordPress 3.7.1, theme Klasik Framework 0.5.9

Viewing 1 replies (of 1 total)
  • Thread Starter RomanKur

    (@romankur)

    In /wp-content/themes/klasik/css/skeleton.css need to change
    .column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative;}
    to
    .column, .columns { float: left; min-height: 1px; padding: 0 0px; position: relative;}

Viewing 1 replies (of 1 total)
  • The topic ‘Left and right padding problem’ is closed to new replies.