Support » Themes and Templates » Resizing Elements in Theme CSS

  • Resolved shayeryan

    (@shayeryan)


    I’m working on a site here and I’d like the 3 main sections in the middle to expand to fill up the page so there is not this extra space on the right. I can accomplish this using firebug and changing grid_3 to grid_4 which accomplishes the width I need. I just can’t translate this into the themes’ css. I added this to the child theme:

    .container_12 .grid_4 {
        width: 300px;
    }

    but this isn’t doing the trick.

    How do make these elements use grid_4?

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Resizing Elements in Theme CSS’ is closed to new replies.