Quick Question for all you pro's!
Hello everyone!
Thanks for taking the time to help me with this.
Here's the link to the website I'm building for my wife;
http://beautifulexpressions.hwyman.com/zencart/
I was hoping to increase the size of the banner up top where it reads (Thank you for visiting my website......) Can someone please tell me where I would find this file so I can adjust the height? I have moved our big company logo/banner image into the main page area, but it looks awful there, and since this template has a "fluid" width it displays odd. I'd much rather put it up top, but need the room to make that work!
Any help would be so greatly appreciated.
Thanks in advance!
:smile:
Since I have your attention I'll quickly ask another question!
I was also hoping to create a nice image gallery on an ez page using the lightbox addon.
http://beautifulexpressions.hwyman.c...page=page&id=7
I have managed to get it to work, but I can't figure out how to make the image sizes small at first, than expand larger. Does anyone have the code to do this? Or a quick explanation? I'd also love it if the customers could (once lightbox opens up) scroll thru the images, but not sure where to begin with that adventure.
Thanks again :D
Re: Quick Question for all you pro's!
1. You could add a height statement to the #logoWrapper rule in the stylesheet.
For future reference, install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.
Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.
Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.
Some prefer Firebug, which does much the same thing.
(If you're using Firefox 4, you'll need to remap the editor shortcut, since Firefox has appropriated Ctrl-Shift-E for an internal function - I use Ctrl-Shift-Q.)
Re: Quick Question for all you pro's!
Thanks for the reply Stevesh. I do use FF, so I'll try that addon out.
Learn something new everyday!