I would like to be able to change the product properties container width. There is no point in being able to change the navigation menu width if I cannot do the same to the central container.
If this option is already available, please point me in the right direction.
If this option is already available, please point me in the right direction.
I'd like to take that suggestion one step further. It would be great to be able to resize the width of the entire template.
CoffeeCup... Yeah, they are the best!
add swf as easy as add an image
get rid of complete sections, as header banner or some text titles and replace them with images
Janys Hyde wrote:
I would like to be able to change the product properties container width. There is no point in being able to change the navigation menu width if I cannot do the same to the central container.
If this option is already available, please point me in the right direction.
I would like to be able to change the product properties container width. There is no point in being able to change the navigation menu width if I cannot do the same to the central container.
If this option is already available, please point me in the right direction.
With the vast variety of screen resolutions available now, I too would like to be able to offer 'fluid width' rather than just the two fixed page sizes.
Perhaps more than any other possible feature, this is the one thing that is needed in Pro Cart Designer to really propel the program forward, so it can finally play in the 'big league'.
In my 'other' cart software I simply change the CSS stylesheet container width from px to %. Hardly rocket science is it..? LOL
------------------------------------------------------------------------------------------------
In principle the css code can be changed, changing two of the code lines to
#scs_header_area_wrapper, #scs_footer_area_wrapper { min-width:98%; width:98%; }
#scs_header_wrapper, #scs_footer_wrapper, #scs_central_area_wrapper { width:98%; }
gives the fluid width, albeit with a couple of other elements such as cart summary needing realignment.
Nobody try the above on a LIVE shop though, as it still an experiment...
Don't just include fluid widths. Include a fixed width that may be adjusted to any width.
CoffeeCup... Yeah, they are the best!
Easily resolved Tom.. replace the question marks with your required pixel width in CSS/styler
#scs_header_area_wrapper, #scs_footer_area_wrapper { min-width:??px; width:??px; }
#scs_header_wrapper, #scs_footer_wrapper, #scs_central_area_wrapper { width:??px; }
NOT for playing with on a LIVE shop. - experimentation ONLY.!!!
#scs_header_area_wrapper, #scs_footer_area_wrapper { min-width:??px; width:??px; }
#scs_header_wrapper, #scs_footer_wrapper, #scs_central_area_wrapper { width:??px; }
NOT for playing with on a LIVE shop. - experimentation ONLY.!!!
Yea, but I would like to see this feature included in the program without editing the css.
CoffeeCup... Yeah, they are the best!
No real reason why it can't be ?
Programs like Publisher and Serif allow users to specify custom page widths. That's unless some of the Coffeecup developers think they are inferior to those at Microsoft though.
Gauntlet now thrown down.......
Programs like Publisher and Serif allow users to specify custom page widths. That's unless some of the Coffeecup developers think they are inferior to those at Microsoft though.
Gauntlet now thrown down.......
Would be cool to replace every menu item for any image, so we could use any font
in the menu bars, a cool suggestion for upcoming versions.
Thanks !!!
in the menu bars, a cool suggestion for upcoming versions.
Thanks !!!
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.