GavickPro / Meet-GavernWP

Meet GavernWP is a responsive free Wordpress theme
35 stars 23 forks source link

Pictures aligment and TAGs margin #66

Closed kaaple closed 12 years ago

kaaple commented 12 years ago

Here is main site and pictures with: first have aligment to left, second have aligment to right, there is not a clear:both; line somewhere i think.

https://dl.dropbox.com/u/27072742/Zrzut%20ekranu%202012-09-12%20%28godz.%2011.48.37%29.png

And here is post site, same aligments and look also at the tag area, there is text on the picture.

https://dl.dropbox.com/u/27072742/Zrzut%20ekranu%202012-09-12%20%28godz.%2011.57.55%29.png

Cheers.

dziudek commented 12 years ago

Please add in the template.css file the following CSS code:

section.content::after {
    clear: both;
    content: "";
    display: table;
}
dziudek commented 12 years ago

For the second problem - please check if your language file contains:

","

or:

", "

it should contain the second one - the space after comma is very important.

kaaple commented 12 years ago

CSS code is working but not it all:

https://dl.dropbox.com/u/27072742/Zrzut%20ekranu%202012-09-12%20%28godz.%2013.03.03%29.png

kaaple commented 12 years ago

i can use "float" in css but pictures still are out of post content, look at the gray line

dziudek commented 12 years ago

The grey line comes from the custom post fields and it can be fixed with this commit: https://github.com/GavickPro/Meet-GavernWP/commit/6c2324e87bb2940e5e651f70549c3574af8eb283

Regardin the images - they are too big - please decrease it's size.

kaaple commented 12 years ago

Images have good size but there is also wp-caption-text which is to long, for egz my pictures have 260 px but text field have 270 px and all div have 270 px plus 15 px margin, thtats why right picture have right margin 15 px + 10 px coz of text.

dziudek commented 12 years ago

In this case I can recommend only change this code fragment:

 style="width: 270px"

in the code of the images, because it is a static code not added by the scripts.