Announcement

Collapse
No announcement yet.

Set Store Width

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Set Store Width

    Can anyone tell me how I can control the width of my store as well as the cat tree and body? I know there is a way, but I cannot figure it out anywhere.
    www.Whiz-Q.com
    Making your outdoors liveable.

    #2
    Re: Set Store Width

    You can open a table with a fixed width in the Global Header and close the table in the Global Footer.

    --
    Thank you,
    Gary Hodder
    Support
    --
    CybrHost Corp. - http://www.cybrhost.com/ - [email protected]
    +1-866-300-MIVA - Professional Miva & E-Commerce web hosting services.
    Premiere Hosting Partner Since 1999

    Comment


      #3
      Re: Set Store Width

      Thanks Gary... Is there a way to control the cat tree size? I have made the actual tree smaller with a table, but the actual area will not resize for me.

      Thanks
      www.Whiz-Q.com
      Making your outdoors liveable.

      Comment


        #4
        Re: Set Store Width

        Are you category Names forcing the category tree to go wider?

        --
        Thank you,
        Gary Hodder
        Support
        --
        CybrHost Corp. - http://www.cybrhost.com/ - [email protected]
        +1-866-300-MIVA - Professional Miva & E-Commerce web hosting services.
        Premiere Hosting Partner Since 1999

        Comment


          #5
          Re: Set Store Width

          The images don't seem to be the problm. Here is a link to my site www.Whiz-Q.com ... I took your advice to start a table in the header of the cat tree (from a previous post) and end it in the footer. That made the table smaller, but it seems that there is an area, or even a cell that the cat tree resides in the will not resize. There is a space between the cat tree and the body.

          If you dont see the space between the cat tree and the body, then make your window larger. It is like the cat tree has a percentage width set to it.
          www.Whiz-Q.com
          Making your outdoors liveable.

          Comment


            #6
            Re: Set Store Width

            That space might be the <blockquote> miva adds to the Category pages. You can define adjust the <blocquote> padding in your stylesheet.

            BLOCKQUOTE
            {
            MARGIN-TOP: 0px;
            MARGIN-LEFT: 0px;
            MARGIN-BOTTOM: 0px;
            MARGIN-RIGHT: 0px
            }

            --
            Thank you,
            Gary Hodder
            Support
            --
            CybrHost Corp. - http://www.cybrhost.com/ - [email protected]
            +1-866-300-MIVA - Professional Miva & E-Commerce web hosting services.
            Premiere Hosting Partner Since 1999

            Comment


              #7
              Re: Set Store Width

              I am basically an idiot when it comes to this stuff - can you tell me how to open a table in the header and close it in the footer? I have a global header, https://www.onceuponmywedding.com/miva/merchant.mvc?Screen=PLST&Store_Code=OUMWO and thought I was doing it correctly so the table would continue to the end of the page, but whatever I am doing, it's not working.

              I am looking for the product list section of the page to be the same size as my global header - - help...Robin
              www.OnceUponMyWedding.com

              Comment


                #8
                Re: Set Store Width

                I know this is an old thread, but can someone please tell me how to open a table in the header and close it in the footer to give the store a set width?

                This is the only thing I am really struggling with in Miva.....
                Thanks!!!

                Comment


                  #9
                  Re: Set Store Width

                  Oh, and I am using Miva Merchant 5.5

                  Comment


                    #10
                    Re: Set Store Width

                    Originally posted by dgxpb View Post
                    I know this is an old thread, but can someone please tell me how to open a table in the header and close it in the footer to give the store a set width?

                    This is the only thing I am really struggling with in Miva.....
                    Thanks!!!
                    To open a table in the header, insert the following:

                    Code:
                    <table>
                      <tr>
                        <td>
                    To close the table in the footer, insert the following:

                    Code:
                        </td>
                      </tr>
                    </table>
                    Make sure you set the width of the table.

                    But, since you have Miva 5.5, it would be better to use CSS than tables, since you have way more control. Just a suggestion.

                    Hope this helps you!
                    Jamie Donaldson
                    JSDVS Web Design / Development
                    Web Design | Web Development | E-commerce Design & Integration

                    Comment


                      #11
                      Re: Set Store Width

                      One thing you do need pointed out to you is PA-DSS Compliance when using the v.4 Miva. https://support.mivamerchant.com/sup...news&newsid=57

                      Rather than trying to fix up your version 4 store, have your host set up a development Miva 5.5 store and work in there, and get yourself upgraded, so you can be compliant.
                      Jamie Donaldson
                      JSDVS Web Design / Development
                      Web Design | Web Development | E-commerce Design & Integration

                      Comment

                      Working...
                      X