Wordpress Theme Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Scotty.T
    Confirmed User
    • Nov 2004
    • 1062

    #1

    Wordpress Theme Help

    Does anyone know how I can change this Wordpress theme so that it is not full screen.

    http://wordpress.org/extend/themes/tanzaku

    I want to limit the width to say 960px.

    I've tried changing the #container and #grid-wrapper divs but it's not working.

    Any ideas where I need to be looking?
    .
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #2
    check index.php looks like it has variables for each column width and how many columns
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

    Comment

    • Argos88
      So Fucking Banned
      • Sep 2009
      • 1732

      #3
      style.css

      wrapper or main. Open index.php in dreamweaver and check which Div ID belongs to the full width page.

      .

      Comment

      • Scotty.T
        Confirmed User
        • Nov 2004
        • 1062

        #4
        Originally posted by Scotty.T
        Does anyone know how I can change this Wordpress theme so that it is not full screen.

        http://wordpress.org/extend/themes/tanzaku

        I want to limit the width to say 960px.

        I've tried changing the #container and #grid-wrapper divs but it's not working.

        Any ideas where I need to be looking?
        Thanks.

        Yes, I've tried those. Just changing the max col one has no effect.

        I've been pointed to the jquery grid script and I can set the width to a fixed value there and that limits the columns to fit the width.

        Just checking it out an seeing if that's the only thing that needs to be done.
        .

        Comment

        • Scotty.T
          Confirmed User
          • Nov 2004
          • 1062

          #5
          Originally posted by Argos88
          style.css

          wrapper or main. Open index.php in dreamweaver and check which Div ID belongs to the full width page.

          .
          Thanks. Looks like something outside of style.css is controlling/overriding it.
          .

          Comment

          • harvey
            Confirmed User
            • Jul 2001
            • 9266

            #6
            you'll need to modify jquery.vgrid.0.1.4-mod.js and after that make the changes in style.css. However, it's highly recommended to leave it at elastic 100%, this theme is made to fit on any device from the widest screen to small mobile screens
            This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

            Comment

            • chaze
              Confirmed User
              • Aug 2002
              • 9774

              #7
              Ugly theme, but just add a this right below the body tag:

              <div align="center">
              <table width="700" border="0" cellspacing="0" cellpadding="0">
              <tr>
              <td>&nbsp;</td>

              Then add this at the very bottom of the footer above body:

              </tr>
              </table>
              </div>
              Like the desert needs the rain
              We do fully manged WordPress, VPS, and Servers. Adult Host Pro https://adulthostpro.com/ Since 2001

              Comment

              • Scotty.T
                Confirmed User
                • Nov 2004
                • 1062

                #8
                Originally posted by harvey
                you'll need to modify jquery.vgrid.0.1.4-mod.js and after that make the changes in style.css. However, it's highly recommended to leave it at elastic 100%, this theme is made to fit on any device from the widest screen to small mobile screens
                This is the avenue I am currently going down. Just struggling a bit with it.

                Thanks.
                .

                Comment

                • Scotty.T
                  Confirmed User
                  • Nov 2004
                  • 1062

                  #9
                  Originally posted by chaze
                  Ugly theme, but just add a this right below the body tag:

                  <div align="center">
                  <table width="700" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                  <td>&nbsp;</td>

                  Then add this at the very bottom of the footer above body:

                  </tr>
                  </table>
                  </div>
                  Yeah it's ugly. It's really the functionality of the theme I am looking for.

                  I've only found a couple like it that have this.

                  I thought it would be easier starting out with a theme that had it and then making it look 'good' later.

                  Thanks.
                  .

                  Comment

                  • chaze
                    Confirmed User
                    • Aug 2002
                    • 9774

                    #10
                    Originally posted by Scotty.T
                    Yeah it's ugly. It's really the functionality of the theme I am looking for.

                    I've only found a couple like it that have this.

                    I thought it would be easier starting out with a theme that had it and then making it look 'good' later.

                    Thanks.
                    Ahh makes since, good luck
                    Like the desert needs the rain
                    We do fully manged WordPress, VPS, and Servers. Adult Host Pro https://adulthostpro.com/ Since 2001

                    Comment

                    • fris
                      Too lazy to set a custom title
                      • Aug 2002
                      • 55679

                      #11
                      Originally posted by chaze
                      Ugly theme, but just add a this right below the body tag:

                      <div align="center">
                      <table width="700" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                      <td>&nbsp;</td>

                      Then add this at the very bottom of the footer above body:

                      </tr>
                      </table>
                      </div>
                      thats messy.
                      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                      Comment

                      Working...