View Full Version : How to add Navbar to left column on homepage
jc88383884
08-03-2009, 05:23 PM
Hi Guys: A quick question. I designed my site using siteassist and opted for marketing design with a horizontal navbar. I wanted to alter my homepage to add a vertical navbar to the left column. Can I use CSS sculptor to do this and if, so, can you tell me how to go about it? Many thanks. JC
Eric Mittman
08-04-2009, 12:13 PM
You will probably not be able to do this with CSS Sculptor alone. You can use the presets that are included with SiteAssist pro that include the CSS Sculptor presets for this design.
Using these presets you can add this new nav area to the preset or create a new one based on this original.
Once you have saved the CSS Sculptor preset you can use this to generate a new SiteAssist Pro layout. You can then use this new layout in the SiteAssist Pro wizard to modify the existing site or create another.
We have a guide on how to do this in the SiteAssist Pro support page:
http://www.webassist.com/support/siteassist/
In the How To's there is a document for customizing your SiteAssist Pro layout.
tolushayoo193471
08-26-2009, 04:08 PM
Hi, Please After using siteassist professional, I have 8 navigation, and after puplishing it, the navigators doesnt align straight few of the button was dropped. Please how can I re-adjust it. I've attached the print screen or you can also preview it life here
http://www.trinitymultimediastudios.com/TP3/
thank you
Eric Mittman
08-27-2009, 10:16 AM
The reason your navigation is going to another line is because of the number of links and the width of them. The total width of the navigation is the number of links times the width specified. So for example if you had five links and the width was 100px the menu would be 500px plus any padding or margin. There are two ways that you can adjust this.
The first way would be to modify the site in the SiteAssist wizard and adjust the top level nav links on step 3, if you reduce the number of links you can get it to fit.
The other way would be to adjust the width in the css for the menu, I experimented and found that 81px width seemed to get the elements on the same line, here is the css that I changed:
menu.css (line 53)
ul#cssmw_home > li > span > a {
background-image:url(../cssmw_home_images/center.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-style:normal;
font-weight:bold;
margin:0 8px;
padding:5px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:81px; /*this is the width that I changed*/
}
tolushayoo193471
08-28-2009, 05:21 AM
Thanks, it gives me a liitle bit of idea, I had to resize the div outer wrapper, resize the image width to around 1025px before it looks fine. thank you for your help. God bless
Eric Mittman
08-28-2009, 02:51 PM
Getting all the parts of a layout to match up just rite can be a difficult task, I'm glad to hear that you got it going alright.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.