Home Forums WordPress Themes – Premium Encounters Column width

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #14876
    Ron King
    Participant

    I’m using pages with a left column, where I put a shopping cart. Is there a way of making the column narrower? The cart takes up only about half of it and that makes the body look a little squeezed.

    #19439
    Sushil Adhikari
    Moderator

    You would need to modify the theme files for that but I know others have done it using the child theme instead. The columns use span classes like “span3” or “span4”, so you would need to change them up or down. So if you wanted it smaller, you would turn span4 into span3, but you would also have to change the main content column as well. For example, the page with a right sidebar column has a layout like:

    span8 for the main content and span4 for the sidebar. So if you take away from one, you need to add to the other, so then it would be: span9 and span3 (so that both side-by-side adds up to 12.

    #19440
    Ron King
    Participant

    Outstanding! Thanks.
    I am using the child theme. Will I recognize the theme file when I look for it?

    #19441
    Sushil Adhikari
    Moderator

    that span class is in a few files, but start with the pages, such as page templates. Then there’s the blog files.

    #14877
    Ron King
    Participant

    It worked perfect, but it turns out I didn’t have as much wasted space as I thought. I don’t suppose I could do fractions. I suspect not. 🙁
    Thanks for the great support. Ron

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.