tried it and it's still blue .... but then I noticed it is way to far to the right .... probably best left as it is as to extend the page to incorporate the right column might be a lot of work ..me thinks anyway
tried it and it's still blue .... but then I noticed it is way to far to the right .... probably best left as it is as to extend the page to incorporate the right column might be a lot of work ..me thinks anyway
Since the template is a fixed width you would have to adjust the width of the home page slider in the stylesheet if you want the right hand column to line up properly--I would change the width to around 500px. Also, you should make sure that none of your slider images are wider than 500px.tried it and it's still blue .... but then I noticed it is way to far to the right .... probably best left as it is as to extend the page to incorporate the right column might be a lot of work ..me thinks anyway
Anne,
Can I buy you a cup of coffee?
http://marketcafe-online.com
Sure, I love coffeeAnne,
Can I buy you a cup of coffee?My donation info is in the install.txt file that comes with the template package.
OK thank you ..will have another go when I feel up to it ,just finished fighting google and uploading products
Okay. Let me try asking this another way..
Where in the stylesheet do I remove Nav Main Wrapper and how exactly to i put it outside the div? I have no means of testing this (Firebug won't allow be to add extra code outside of these {
I've reviewed your css tutorial and it felt like I was being introduced to chinese with no clear direction on how to do the above. My apologies I don't pretend to be a developer; that's why I'm using your template
Currently I've created something like this:
/*NavBar*/
#navMainWrapper {margin: 0em;background-color: #ffffff;font-weight: normal;color: #444;height: 0;width: 100%;margin-top:10px;}
with no idea if it will work and even if I'm in the right direction. Please assist. Lynn
http://marketcafe-online.com
If it's better for me to approach the general forum with these issues then I'm happy to oblige. Just let me know. Thanks!
This can not be done in the stylesheet. You would need to alter the actual code of the site (the div structure). The files you would need to alter are probably the includes/templates/all_business/common/tpl_header.php and includes/templates/all_business/common/ tpl_main_page.php. Short of me actually going in and editing the files and then posting them, the best I can do is describe what you need to doWhere in the stylesheet do I remove Nav Main Wrapper and how exactly to i put it outside the div?If you want the navMainWrapper to have a width that extends from one edge of the screen to the other, you either have to move that div outisde of the one containing it (mainWrapper) or you can put the width 100% on the containing div and restructure the inner divs.