close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

design CSS modifications

Thread began 1/04/2012 10:09 am by turk361661 | Last modified 1/11/2012 12:41 pm by Jason Byrnes | 1187 views | 3 replies |

turk361661

design CSS modifications

Hi,

I want to modify my design a little further:
I used "purple" as my base design.
a.) I want to remove the empty space above my logo so that it starts right at the top of the page.
b.) I also want to modify the space in between the pods.

Can you point me to the correct way to achieve this. I know my way around a stylesheet but wanted to get advice before I start tinkering.

Also, I was wondering if there was a way to change the layout of the pods in a selected design. For example, I have selected the Purple design. However I would prefer the pods on the home page to look like the Blue default design (The Blue default design shows the three smaller pods right in a row: Featured Product, About Our store, and Most Popular)

Thanks for your help!
Danielle

Sign in to reply to this post

Jason ByrnesWebAssist

for the logo, edit the webassist/themes/Purple/css/purple_styles.css file:

#header {
padding: 30px 0 0;
}



to:

#header {
padding: 0;
}




I'm not quite sure what you mean by:
b.) I also want to modify the space in between the pods.

Please prove some more specific details.

changing the layout of the pods for a specific design will not be an easy task, you would be better off using the default layout that has the pods placed the way you want them, then using the design editor to change the look of the design to use the colors from the purple layout.

Sign in to reply to this post

turk361661

Regarding b.)

For example:
If you look at the default layout there are three pods right in a row (Featured Product, About Our store, and Most Popular).
I would like to create more white space between and above the pods.

Thanks,
Danielle

Sign in to reply to this post

Jason ByrnesWebAssist

in the webassist/themes/Purple/css/purple_styles.css you can add more bottom padding by editing:

#main .content .ps_pod2, #main .content .infoWrapper, #main .content .productWrapper {
margin: 0 0 20px 0;
overflow: hidden;
}


to:
#main .content .ps_pod2, #main .content .infoWrapper, #main .content .productWrapper {
margin: 0 0 40px 0;
overflow: hidden;
}

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...