- This topic has 12 replies, 2 voices, and was last updated 9 years ago by
Nick.
-
AuthorPosts
-
September 15, 2014 at 2:12 am #29562
Nick
Hello Tom, hey Guys,
i got two problems with spaces which make me confusing:
1) Between widget-lines and the divider-lines (borders?!) there is a lot of space. With the code.widget-title { margin-bottom: 10px; }
in custom css i could reduce the space between the divider line and the widget contents. How could i reduce the space between widget-titles and the lines?
2) At my blogsite (masonry) there is a lot of space between the title-/date-area and the text of the blog. How could i reduce this space?
For your help thanks in advance. π
Best Wishes, Nick
September 15, 2014 at 3:49 am #29619Nick
I could resolve my first request with the following css:
.widget-title { margin-bottom: 10px; padding-bottom: 10px; }
π
September 15, 2014 at 9:19 am #29763Tom
Lead DeveloperLead DeveloperFor #2 –
.masonry-brick .entry-content, .masonry-brick .entry-summary { margin-top: 20px; }
September 19, 2014 at 4:25 am #31738Nick
Perfect, thanks tom! π
How could i reduce the space in the bottom area of an blog? I tried the following, without success:
.masonry-brick .entry-content, .masonry-brick .entry-summary { margin-top: 5px; margin-bottom: 5px; }
September 19, 2014 at 8:47 am #31838Tom
Lead DeveloperLead DeveloperYou’re welcome!
September 21, 2014 at 6:01 am #32424Nick
Hey Tom,
i would imagine, that you read over the question in my last post, regarding to the space in the bottom area?
Thanks in advance. π
September 21, 2014 at 9:38 am #32463Tom
Lead DeveloperLead DeveloperWhat do you mean by bottom area of a blog? Single post? Blog excerpt?
September 22, 2014 at 12:35 am #32680Nick
Hey Tom,
i mean the space in masonry view of the blogs. You could see it in the following pic: http://img4web.com/i/WJVWT7.jpgSeptember 22, 2014 at 10:06 am #32944Tom
Lead DeveloperLead DeveloperThat area should reduce when you change the Content Spacing using the Spacing addon.
Is the site live? If I could see it I could provide code that will fix it pretty easily.
Let me know π
September 22, 2014 at 1:14 pm #33020Tom
Lead DeveloperLead DeveloperI think the issue you’re having is because of the bottom margin of paragraph tags.
While we need paragraph spacing, we don’t always need the last paragraph to have spacing.
p:last-child { margin-bottom: 0; }
Adding that CSS should remove spacing from the last paragraph throughout your entire site.
Let me know if that helps or not π
September 23, 2014 at 1:41 am #33162Nick
Hey Tom,
perfect you’re great, that was exactly the code i where searching for. π
Do you have any summary – or plan – for all the CSS, which is not modifiable with spacing addon?
Greetings from Germany
NickSeptember 23, 2014 at 9:50 am #33206Tom
Lead DeveloperLead DeveloperYes, I’ll be adding more options to the Spacing addon, including paragraph spacing and more π
September 24, 2014 at 3:11 am #33561Nick
Nice news, thanks in advance! π
-
AuthorPosts
- You must be logged in to reply to this topic.