Forum Replies Created
-
AuthorPosts
-
melinwloo
ParticipantUpdate: header appears cut off on any screen smaller than 1024.
melinwloo
ParticipantThanks.
March 11, 2015 at 12:34 pm in reply to: Modern Studio Pro-Something is squishing the sidebar #144062melinwloo
ParticipantI see now I caused the problem when I disabled the Genesis Design Palette Pro plugin and deleted the files (which must be in use for my current setup).
I'm guessing I need to keep the CSS changes somewhere else if I want to remove the plugin.
If anyone can help, it would be greatly appreciated. Need to know what to copy and to which permanent file.
March 11, 2015 at 11:17 am in reply to: Modern Studio Pro theme – how to change color of hyperlinks? #144043melinwloo
ParticipantThank you!
melinwloo
ParticipantWhen I change the CSS in the title area to anything larger than 150, my banner logo gets chopped off on the iPad.
}
.header-image .site-title > a {
background-color: #fff !important;
background-position: center center !important;
background-size: 150px 150px !important;
float: left;
height: 150px;
width: 100%;Is there other code I need to modify as well to prevent this from happening?
April 22, 2014 at 2:41 pm in reply to: How to remove space above post title on archive pages? #101933melinwloo
ParticipantDidn't work. When I tried replacing with padding: 0 3.2rem;
the titles of single posts went closer to the header.My goal is to remove the large gap that appears between post listings on search, /blog, and archive pages. Could be caused by padding above titles or below listings.
I wish I had a map telling me which CSS controls what.
My CSS has this:
.content .entry {
border: none;
margin-bottom: 32px;
margin-bottom: 3.2rem;
padding: 32px;
padding: 3.2rem;Would like to know what the padding: 32px; controls as well.
April 15, 2014 at 9:46 am in reply to: How to remove space above post title on archive pages? #100486melinwloo
ParticipantHi,
I have not resolved the issue and would appreciate help. Thanks,January 15, 2014 at 1:47 pm in reply to: How to remove meta tags from archive view -Lifestyle theme #85386melinwloo
Participant@Genwrock It worked. Thank you.
In case anyone else has the problem,
I disabled the Genesis simple edit plugin and cleared the cache.
Saved a copy of my Lifestyle functions.php file (Appearance-> Editor ->functions.php)
Used the code provided (above) by @Genwrock - added it to the end of my Lifestyle functions.php file
Cleared my browser cache
Refreshed my pageNow the categories and tags do not appear under archive listings. Phew!
Now to figure out how to get rid of the gap between archive listings...
January 15, 2014 at 12:57 pm in reply to: How to remove meta tags from archive view -Lifestyle theme #85375melinwloo
ParticipantI'm not just trying to remove it from the home page but the archive pages as well. Tried @masonjarsalads' suggested code and tags and categories are still visible.
January 10, 2014 at 10:39 am in reply to: How to remove meta tags from archive view -Lifestyle theme #84425melinwloo
ParticipantIt's still not working for me. Does it matter where in functions.php the code is placed?
I've checked the file on my cpanel and refreshed in two browsers without any luck.
January 10, 2014 at 8:48 am in reply to: How to remove meta tags from archive view -Lifestyle theme #84382melinwloo
ParticipantI added the code to the bottom of my functions.php file in my Lifestyle theme and the meta tags are still visible.
-
AuthorPosts