5 | Posts |
264 | Posts |
2K | Posts |
295K | Downloads |
16 | Themes |
18 | Plugins |
264 | Posts |
5 | Posts |
483 | Posts |
16.6K | Downloads |
1 | Themes |
1 | Plugins |
Hello Roland,
simply add this style definition to your style.css file:
span.sitemap_link { margin: 0px 2em}
Also there are currently some structural errors in your html template, so a few tips:
you can check your page using HTML Validator - either the online one or more easier is using some validator plugin.
If you are using Firefox, you can inspect your page by pressing Ctrl+Shift+I shortcut. (Thanks Josh for this very useful tip! :))
Or another similar plugin is Hack The Web for Firefox. Maybe also sometimes helpful.
42 | Posts |
54.8K | Downloads |
6 | Themes |
Hi Roland,
It's definitely your theme style, although the login form does need to be updated to a more semantic markup like Jogai points out. The login form labels and inputs are wrapped inside a <p> tag and from what i see in your theme you declared at the beginning of your style.css
*{margin:0px;padding:0px;border:0px;}
This applies to all elements, but you have to set some basic typography styles after this so your paragraphs, headings and lists, etc, have space to breathe. In this case the paragraphs <p> have no margins, and since you reset the defaults to 0 for all elements the <p> tags that wrap the form elements are stacking up to close to each other.
Try adding this to your theme:
p{margin-bottom:20px}
264 | Posts |
A small tip for general styling: normalize.css
Normalize.css is a customizable CSS file that makes browsers render all elements more consistently across browsers.
It may be too much work for Roland, but maybe someone can use this instead of just resetting everything to zero
2K | Posts |
295K | Downloads |
16 | Themes |
18 | Plugins |
2K | Posts |
295K | Downloads |
16 | Themes |
18 | Plugins |
5 | Posts |
A new release for Typesetter is in the works with a lot of improvements including the ... Read More
Typesetter 5.1Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More
More NewsFind out more about our Provider Spotlight
What CMS: Find out what CMS a site is using.
Who Hosts This: Find out who is hosting any web site
WordPress Theme Detect: Find out which theme a WordPress site is using