Home › Forum › Customization › widget area not showing
This topic contains 3 replies, has 2 voices, and was last updated by StartupWP 4 years, 2 months ago.
- AuthorPosts
- January 15, 2015 at 2:34 PM #2058
Hi there,
I have few questions here my website – http://www.citytaxikingston.ca
1) My sidebar widget area is not showing. I have weather plug in it.
2) How can i change the submit buttom font color and add border to my form fields?
3) Also when i use my header widget – its putting stuff right above my logo – Can i have so its above the back ground image.
January 15, 2015 at 5:28 PM #20611. Make sure you place widgets in the Main sidebar area, not the Right one. Right is used for the Left and Right sidebar template.
2. Buttons:
#content input[type="submit"], #content input[type="reset"], #container #searchsubmit, .button, #new-topic { background: #000; border: 0 none; box-shadow: none; color: #ccc; }
Form field borders:
#container input, #container textarea { border: 1px solid #666; }
3. You can adjust by adding:
body.custom-background { background-position: center 100px; }
Then change up
100px
as needed.January 16, 2015 at 11:48 AM #2063Thank You.
How can change white space below and above the menu bar?
January 17, 2015 at 7:52 AM #2064Above:
#branding { margin-bottom: 30px; }
Below:
#header { padding-bottom: 30px; }
- AuthorPosts
You must be logged in to reply to this topic.