- This topic has 42 replies, 3 voices, and was last updated 8 years, 9 months ago by
Leo.
-
AuthorPosts
-
April 15, 2017 at 10:01 am #306319
Sebastián
Wowo Clearing cache worked and the code for the spacing too.
Again thank you so much!
Next time should I open a new topic or you prefer if I post here again?
April 15, 2017 at 10:39 am #306328Tom
Lead DeveloperLead DeveloperNew topic if it’s an unrelated issue 🙂
Thanks!
May 20, 2017 at 10:10 am #321312Sebastián
So I changed things a little bit since the last time we spoke and now im having troubles with the right sidebar spacing.
I want to reduce the distance between widgets.
Attachment: http://i.imgur.com/dR8GQht.png
Thanks!
May 20, 2017 at 10:14 am #321315Leo
StaffCustomer SupportTry changing the widget padding: https://docs.generatepress.com/article/widget-padding/
May 20, 2017 at 10:24 am #321320Sebastián
Yes it worked because it was my old configuration of the widget padding. BUT (http://i.imgur.com/pH2r4bq.png) I want the distance between content and header to be the same between right sidebar and header. So i want to “push” my right sidebar down a little bit. The content gives you an idea.
Hope i made myself clear.
May 20, 2017 at 10:29 am #321323Leo
StaffCustomer SupportTry this:
@media (min-width:769px) { .separate-containers .inside-right-sidebar { padding-top: 60px; } }Adding CSS: https://docs.generatepress.com/article/adding-css/
May 20, 2017 at 10:31 am #321324Sebastián
It worked. Thank you so so so much! You guys are the best.
May 20, 2017 at 10:32 am #321325Leo
StaffCustomer SupportYou’re very welcome. Glad we’ve been helpful 🙂
May 30, 2017 at 12:42 pm #326289Sebastián
Hi im having a new problem with spacing (see attachment: http://i.imgur.com/DD9iS8k.png)
I would like to move the featured image a little bit to the top so i can fill the red circle space.
And also i would like to remove a little bit the spacing between the posts.
Thanks!
May 30, 2017 at 12:44 pm #326290Leo
StaffCustomer SupportCan you link me to that page? I’m seeing a different layout here: http://www.mmarketingonline.com/blog/
May 30, 2017 at 12:54 pm #326297Sebastián
Try now with http://www.mmarketingonline.com/blog/
May 30, 2017 at 1:03 pm #326301Leo
StaffCustomer SupportHmm they still don’t look like the same height to me. Maybe because of the caching plugin you are using.
From what I can see you can try this:
– Remove this CSS you’ve added:.entry-content { margin-top: 5px; }– Add this CSS:
.post-image-below-header.post-image-aligned-left .post-image { margin-top: 0; }You can change the spacing between the posts in the customizer > Layout > Container > Content Padding.
Make sure you clear caching plugin everytime you make a change, or disable it for now when you are developing the site.
May 30, 2017 at 1:30 pm #326319Sebastián
.post-image-below-header.post-image-aligned-left .post-image { margin-top: 0; }That moved the image too much close to the author and date and i want just a bit of separation. I tried putting 2px or something else but it didnt worked. Also i want to move the text at the same height. So I didn’t put the code at the time.
This is how it looks right now: http://i.imgur.com/P1tTgnq.png
I reduced the spacing between posts but just not enough and the customizer > Layout > Container > Content Padding it’s already at bottom 0. So I cant move it any more.
I want something like this: http://i.imgur.com/LYfnYtn.png
Maybe if we reduce the space between the author and the blog title? i don’t know.Sorry if im being too meticulous and thanks for the help you are giving me!
May 30, 2017 at 4:40 pm #326356Leo
StaffCustomer SupportRemove the CSS you’ve added for them before and try this:
.post-image-below-header.post-image-aligned-left .post-image, .inside-article .entry-content { margin-top: 0; } .entry-header { margin-bottom: 10px; }As for the content padding, the bottom is 0 but top is currently set at 71px so try reducing that.
May 30, 2017 at 5:00 pm #326365Sebastián
It worked thank you so much!
-
AuthorPosts
- You must be logged in to reply to this topic.