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.
Announcement
Collapse
No announcement yet.
Set Store Width
Collapse
X
-
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
-
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.
Thankswww.Whiz-Q.com
Making your outdoors liveable.
Comment
-
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
-
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
-
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
-
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
Comment
-
Re: Set Store Width
Originally posted by dgxpb View PostI 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!!!
Code:<table> <tr> <td>
Code:</td> </tr> </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
-
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
Comment