close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

delete "about us" page

Thread began 10/13/2011 3:27 pm by wdlis357973 | Last modified 10/17/2011 12:25 pm by Jason Byrnes | 1858 views | 3 replies |

wdlis357973

delete "about us" page

1. I would like to delete the "about us "page I can't see it on the "contents"
2. the tittle and the price on the detailed product page are too close to the edge.
on the purple design, what is the css corresponding to that.
3. Same problem with the shopping cart page, the buttons and text too close to the edge.
Thanks

Sign in to reply to this post

Ray BorduinWebAssist

You can remove the about us page from the menu at: /plugins/main_menu/menu.php

In my opinion, the best way to find the correct css line to update is to use firebug for firefox. Then you can click on the item you want to check out and inspect the css to show the page and line number that corresponds to that particular element.

If you give me a URL I can take a look and tell you.

Sign in to reply to this post
Did this help? Tips are appreciated...

wdlis357973

my URL

powerstore/
I tried with firebug, but could not figure out those.
one more thing: the short description text has a top and bottom margin too high.
How can I eliminate that.
Hopefully, most of the design would be done with these last details.
Thanks
Alisa

Sign in to reply to this post

Jason ByrnesWebAssist

powerstore/webassist/themes/tree/css/purple_styles.css

h1.larger {
overflow: hidden;
margin-bottom: 10px;
}




to:

h1.larger {
overflow: hidden;
margin: 10px;
}




for the buttons on the cart display page, change:

#main .content {
float: left;
width: 650px;
background-image: url(../images/bk960.jpg);
background-repeat: repeat-y;
font-size: 14px;
padding: 0 0 20px 0;
}



to

#main .content {
float: left;
width: 650px;
background-image: url(../images/bk960.jpg);
background-repeat: repeat-y;
font-size: 14px;
padding: 0 10px 20px 0;
}




on what page are you seeing the problem with the short description?

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...