Blue Widget Header Bar and more
-
Hello,
I am fairly new to website setup, so be gentle.
Question #1 – I tried to make the width of my sidebars larger. It appears that I accomplished that but now the blue bar above each widget is too big. How do I align this to match my sidebar dimensions? http://healthybydesigns.com/health-nutrition-fitness-blog-2.
Question #2 – How can I make the text in my twitter widget fill the entire space with a smaller padding
Question #3 – I created a “squeeze page” for my site (http://healthybydesigns.com). It occupies the original “Home” page. When I did this, I did not realize that this was the only page where the slider is located. Can I activate the slider on another page?
Thanks,
Gullah Betty
#1
I’m not sure what you did… but this is the best I could do… add this to your custom CSS:
.sidebar h3 {
background: -moz-linear-gradient(#3C9CD2, #1F6EB6) repeat scroll 0 0 transparent;
border-bottom: 1px solid #195392;
border-radius: 5px 5px 0 0;
color: #FFFFFF;
font: bold 16px/20px arial;
margin: -4px 0 1px -3px;
padding: 7px 12px;
text-shadow: 0 -1px 0 #555555;
width: 92%;
}#2
Add this to your custom CSS:
.sidebar ul {
list-style-position: outside;
list-style-type: none;
padding-left: 10px;
}#3
You would need to create a custom function to show the slider on another page. Search the forum, as I think this has been done before, and post back if you get stuck.
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
