• wondereye

    (@wondereye)


    I am very satisfied with this theme, but I have couple questions here.

    1. This is a flexible width theme, but I hope to restrict its maximum columns as 3. How should I modify it?

    2. There’s a untrapped error in in theme.
    Warning: split() [function.split]: REG_EMPTY in /home/wonderey/public_html/wp/wp-content/themes/tanz/functions.php on line 69

    How can I fix it?

    Thanks!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • jama

    (@jama)

    Great theme, very nice. I have a similar query. How can I set the maximum grid width to 800px and allow me to add a traditional sidebar on the right?

    I started off by trying to add width:800px to #grid-wrapper and #container etc but these are ignored. Is there something else in the javascript that I need to set. Does JS override the CSS?

    You only need to modify the CSS file. Under the ‘layout’ section adjust the width to what you want (in multiples of the single column width) in the relevant container references, and also the footer as well as it sits outside the main container, I think. I also commented out the div.x4 reference in the section of Grids. All worked fine for me.

    @yellowfields, could you post the code you changed please?

    I’m trying to restrict the size of grid posts to allow a sidebar on the left.

    Set this on the CSS

    #container {
    max-width:900px !important; //enter your width here
    margin:0 auto;
    padding:0;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Question about Tanzaku’ is closed to new replies.