Community Forums › Forums › Archived Forums › General Discussion › Adjust Padding Around Post Title
Tagged: lifestyle Pro, padding, post title
- This topic has 9 replies, 3 voices, and was last updated 11 years, 8 months ago by
mindyjoy.
-
AuthorPosts
-
November 9, 2013 at 8:25 pm #71935
mindyjoy
MemberHello,
I am using the Lifestyle Pro theme.
I am trying to adjust the padding in two different areas.
The first area is the Post Title box. I want to reduce the padding between the title, post info, and share buttons.
The second area is the Widget title. I can adjust the padding between widgets, but I would like to reduce the space between the Widget title and the widget content.
I've done hours worth of trial and error, and internet searches, for a solution. I'm sure it's easy but I can't seem to figure it out.
Thanks in advance.
http://gator3067.hostgator.com/~mindyjoy/pixiedustbride.com/November 9, 2013 at 10:58 pm #71967Brad Dalton
ParticipantCan you please fix this error first and then we can look at your site Parse error: syntax error, unexpected ':' in /home1/mindyjoy/public_html/pixiedustbride.com/wp-content/themes/lifestyle-pro/functions.php on line 108
.entry-title { padding-bottom: 20px; } .entry-meta { padding-bottom: 20px; } .site-header .widget-title { color: #FFFFFF; padding-bottom: 50px; }
Modify the values for the padding to your own preferences.
November 9, 2013 at 11:10 pm #71969mindyjoy
MemberSorry, I'm in the process of migrating and some things got screwed up. The site is now just http://www.pixiedustbride.com. I lost my sidebar in the error. Ugh. I'll try your coding when things are restored. Thank you!
November 9, 2013 at 11:16 pm #71972Brad Dalton
ParticipantHere's the code for the sharing buttons
.shareaholic-share-buttons-container { padding-bottom: 50px; }
November 9, 2013 at 11:29 pm #71973mindyjoy
MemberI tried putting those two codes at the bottom of my style CSS and played with the padding, but it doesn't seem to be changing anything.
November 11, 2013 at 6:46 pm #72417mindyjoy
MemberAny other suggestions for this? The coding above works when I increase the pixels, but I want to REDUCE the pixels, and reduce the amount of white space between the entry title, entry meta, and share buttons.
site is http://www.pixiedustbride.com
November 12, 2013 at 10:15 am #72478eamonmoriarty
ParticipantAt about line 1189 of style.css you have
.entry-header .entry-meta { margin-bottom: 2.4rem; }
If you reduce margin-bottom to a smaller value that may work.
Eamon Moriarty
EM DzineNovember 12, 2013 at 10:49 am #72491mindyjoy
MemberThank you @eamonmoriarty, but sadly no ... I've adjusted just about everything in my CSS to try to fix this and nothing there is working.
November 12, 2013 at 1:14 pm #72533eamonmoriarty
ParticipantTry adding this to the end of your style.css or custom.css (if you have one):
.entry-header .entry-meta, .entry-title { margin-bottom: 1rem; }
This should reduce the space between the Title and the Meta but you will notice that the space between the meta and the share buttons is not reduced sufficiently.
I think this is because the padding around the share buttons is greater than required. If you can find the css for the shareaholic buttons and reduce the padding-top value to the required value that should work.
Eamon Moriarty
EM DzineNovember 12, 2013 at 1:40 pm #72539mindyjoy
Member@eamonmoriarty - YES! THANK YOU! That did reduce the spacing between the title and the meta, which is very helpful. I did some trial and error for the shareaholic buttons and still can't figure that one out. But it looks much, much better with your fix, so thank you!
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.