Site logo

Archived topic

Reduce Spacing

17 replies · Started by Sebastián on November 19, 2017

Viewing posts 1–15 of 18

Hi there,

Try this:

.post-image-above-header .inside-article .post-image {
    margin-bottom: 2em;
}

Awesome! Thanks!

Another thing..

Im using this code

#mobile-header {
    text-align: center;
}

But it doesn't work properly

Im using it on 2 sites, one works fine the other one don't.

On the customizer looks good but when im on mobile it doesn't seem to recognize it. Already cleared cache too.

Thanks

You're trying to center everything within the mobile header?

Yes. I would like to center only the mobile header. Logo and the menu button.

So they're on top of each other, or still inline with each other but in the center of the header itself?

If it's the former, then turning off the mobile header completely might be the best method.

If not let me know and we'll figure it out :)

Turning off the mobile header worked! Thanks

Now continuing with the spacing I would like to reduce the orange area on single post pages: https://i.imgur.com/rcdNEyH.png

Thanks again! :)

Also, is there a way to "style" the search bar from the sidebar area?

I would love something like this: https://i.imgur.com/dpSQonh.png rounded

Thanks guys!

The margin can be reduced with this CSS:

.post-image-below-header.post-image-aligned-center .inside-article .featured-image {
    margin-top: 1em;
}

Search bar style:

input[type=search] {
    border-radius: 15px;
}

Perfect!

One last thing..

I want to reduce the margin between widgets on the sidebar.
And I would like to put the sidebar at the same height as the featured image.

Already made changes on the customizer but i need code to make it look the way I want.

This images will explain the things I want:

Before (without any changes): https://i.imgur.com/ry8byDv.png

After (What im hoping to achieve) https://i.imgur.com/BrzIKPU.png

Hope I made myself clear.

Im extremely happy with your work and this Theme, made my life easier :)

Thanks!

Can you link me to that page?

There is only one search widget in the sidebar?

And there is a thrive leads widget but im getting an error. I already contact the thrive team.

I added another widget right now. A calendar. Just for you to see what i want :)

This archived topic is closed to new replies.