thewisenerd
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Twenty Fourteen – Image IssuesIssues still persisting. Any help?
Forum: Fixing WordPress
In reply to: Twenty Fourteen – Image IssuesThank you so much!!!! That worked. 😀
Now I’m trying to resolve issue #3. How do I make the image go to the right?
I tried both of the following codes. Didn;t work:
.slider-viewport .featured-content { padding-right: 0; }.slider-viewport .featured-content { float: right; }Forum: Fixing WordPress
In reply to: Twenty Fourteen – Image IssuesI’m still having these issues. Anyone know what to do?
Forum: Fixing WordPress
In reply to: Twenty Fourteen – Image IssuesThe issue still persists. Is there any code that could target those images?
Forum: Fixing WordPress
In reply to: Twenty Fourteen – Image Issues1. I am working with a child theme.
2. I did. The problem still persists. Also, I’ve seen this issue in other sites, too. So I do believe it is a theme problem… or maybe a very popular plugin?
Forum: Fixing WordPress
In reply to: Twenty Fourteen – Image IssuesHey! Sorry I forgot to add that.
Theme: Twenty Fourteen
Slider: I’m pretty sure this is a built in feature.I have added some code already to change the slider:
/*----------Resize Slider Start----------*/ @media screen and (min-width: 673px) { .slider .featured-content .hentry { height: 400px; } } .wp-post-image, .post-thumbnail img { height: auto; width: auto; } /*----------Resize Slider End----------*/
Viewing 6 replies - 1 through 6 (of 6 total)