Forum Replies Created
-
AuthorPosts
-
kridgroup
MemberThanks a lot!
Dirk
kridgroup
MemberYou won't find it. I did not manage to get it work so i did not save it.
What I tried is what you see above: Adding the following at the end of style.css:
@media only screen and (max-width: 629px) {
img.wp-image-516 {
float: left;
}
}What I need to know is how to get the syntax right to get the image aligned left on small displays.
kridgroup
MemberCheck style.css again now. i used the WordPress CSS editor before.
kridgroup
MemberThanks!
But it seems I am not getting the syntax right.
My custom css now looks like this:
#genesis-Footer {
background-color: #ffffff;
}.page-id-321 .entry-title, .page-id-298 .entry-title, .page-id-605 .entry-title, .page-id-603 .entry-title, .page-id-633 .entry-title, .page-id-632 .entry-title, .page-id-630 .entry-title, .page-id-635 .entry-title, .page-id-634 .entry-title, .page-id-618 .entry-title, .page-id-621 .entry-title, .page-id-615 .entry-title, .page-id-612 .entry-title, .page-id-651 .entry-title, .page-id-891 .entry-title {
display: none;
}
@media only screen and (max-width: 629px) {
.alignleft, .alignright {
clear: both;
float: none;
display: block;
}
}
@media only screen and (max-width: 320px) {
.gallery-columns-3 .gallery-item {
width: 100%;
margin-bottom: 20px;
}
}I tried adding:
@media only screen and (max-width: 629px) {
img.wp-image-516 {
float: left;
}
}But that does not change anything…
Any advise?
Thanks
October 16, 2014 at 2:33 pm in reply to: Gallery Captions layout problem on small displays (e.g. iphone) #128047kridgroup
MemberThanks for the feedback but how do I do that mmjaeger? Sorry, am really a beginner here...
kridgroup
MemberThanks for the feedback.
I will have another look at the items you mentioned tomorrow braddalton.
kridgroup
MemberUpdate...and still hoping someone might want to speed up my learning experience...
a) I solved items 1-3 by editing the slider photos in Photoshop.
b) I solved item 5 by uploading a resized photo
c) I started to solve item 7 using the "insert php" plug-inI would still appreciate help with items 4, 6 and 8.
Remark regarding no. 7: I managed to get the featured post widget work under careers & resources but they show below each other and not next to each other. How can I change it in a way so that always three are displayed next to each other again?
Thanks in advance.
-
AuthorPosts