Hallo, es geht um diese Seite: http://www.reisepinguin.de Benutzt wird das travelblogger-theme. Wie kann ich "reisepinguin.de" und "studentisch günstig reisen" nach rechts verschieben?
Habe im Code in der style.css bei "Header":
Code
/* =Header-------------------------------------------------------------- */
#header {
height:110px;
padding:0;
line-height:16px;
}
.logo {
vertical-align: text-bottom;
padding: 20px 20px 0px 22px;
}
.logo a {
color:#fff;
font-size:40px;
clear: right;
text-decoration: none;
line-height: 1.1em;
}
.logo h1.site-title a {
color:#fff;
}
.site-description {
color: #EBEBEB;
margin: 10px 0 18px 0;
}
#sub_nav {
background: url("http://forum.wpde.org/images/sub_nav.png") repeat-x left bottom #FFFFFF;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ccc;
height: 34px;
padding: 0 8px 0 0;
}
#sub_nav .social {
float: left;
margin: 0;
padding:4px 5px 2px 12px;
width: 700px;
}
#sub_nav .tweet,
#sub_nav .facebook {
float:left;
width:115px;
padding-top:3px;
}
#sub_nav .googleplus {
float:left;
width:100px;
padding-top:1px;
}
#sub_nav .follow {
float:left;
width:350px;
}
#sub_nav .follow img {
padding:0 5px 0 0;
}
#sub_nav .follow span {
padding:2px 5px 0 0;
display:block;
float:left;
}
.search_form {
float: right;
}
.search_form p {
margin:0;
}
.search_form .search_input,
#searchform input[type="text"],
.post-password-required input[type="password"] {
margin: 5px 1px 6px;
padding: 3px 7px;
line-height:0.8em;
width: 200px;
}
.widget-container #searchform input[type="text"] {
width:90%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
background-color: #FFFFFF;
border-color: #DFDFDF;
border-width: 1px;
border-style: solid;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
Alles anzeigen
nichts ausrichten können. Irgendwo muss ich doch wahrscheinlich "margin-left: ??px" einfügen, oder?