Forum Replies Created
-
AuthorPosts
-
July 23, 2018 at 3:33 pm in reply to: Lifestyle Pro: move primary sidebar to left side of homepage? #221940
SharonHujik
MemberAdd to style.css
/* Home Page sidebar LEFT */
.home.content-sidebar .content {
float: right;
}.home .sidebar-primary {
float: left;
}SharonHujik
Membersuccess - found this post (just changed is_archive to is_home)
<?php global $wp_query; if( ($wp_query->current_post == 0) && is_archive() ) { ?> <div> // insert your ad code here </div> <?php } ?>
SharonHujik
MemberLooking to solve this same problem. Can you tell me how you did it?
SharonHujik
MemberCliff and Andrea - I am encountering the same problem with the Genesis Grid. I used CSS to remove the content and now I would like to have the images above the titles on a category page.
I see from your site that you've resolved the problem (yeah!). Wondering if you could share how you did it?
here is where I'm at: http://tinyurl.com/kf2cfkx
I also posted my request at http://wordpress.org/support/topic/images-above-titles-redux?replies=1 if you prefer that channel.
THANKS!
December 15, 2013 at 7:15 pm in reply to: How to make Footer Widget area full width? LIfestyle Theme #79316SharonHujik
MemberPerfect! thanks much
February 19, 2013 at 7:20 am in reply to: add comment bubble to home page (featured post widget)? #21281SharonHujik
MemberHi Chris!
It was much simpler than I thought. I added the following CSS via JetPack's Simple CSS. The only thing I changed was adding an absolute path for the image.
.post-comments {
background: url(images/icon-comments.png) no-repeat left top;
margin: 0 0 0 10px;
padding: 2px 0 2px 22px;
} -
AuthorPosts