Själva designen är jag hyffsat nöjd med ändå, det är smådetaljerna jag stör mig på som jag inte kan ändra. Behöver ställa bredden på de 2 bilderna på framsidan för att de inte ska lägga sig under varandra när man minskar webbläsaren.. Hur gör jag för att styra bilderna via CSSen? Divar funkar ju inte?
Min nuvarande CSS:
Theme Name: Atahualpa
Theme URI: http://wordpress.bytesforall.com/
Description: Configure your custom theme: Fixed or flexible width layout, with min/max width, 0 - 4 sidebars, very browser safe (incl. IE6), create custom widget areas, import/export styles (several styles included), color pickers, over 200 options.
Version: 3.7.1
Author: BytesForAll
Author URI: http://forum.bytesforall.com/
Tags: white, one-column, two-columns, three-columns, four-columns, fixed-width, flexible-width, custom-colors, custom-header, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.wp-caption {
background: #f1f1f1;
line-height: 18px;
margin-bottom: 20px;
padding: 4px;
text-align: center;
}
.wp-caption-text {
color: #888;
font-size: 12px;
margin: 5px;
}
.gallery-caption {
color: #888;
font-size: 12px;
margin: 0 0 12px;
}
.sticky {
font-weight: normal;
}
.bypostauthor {
font-weight: normal;
}