Site logo

Archived topic

Align bottom header image with widget

7 replies · Started by Pia on May 30, 2018

Viewing posts 1–8 of 8

Hi!
I wish to align the logo in header to my text in the header widget. Is that possible?
Thank you for your help

Kind regards Pia

Hi, you can add this CSS:

.header-widget {
    margin-top: 45px;
}

Thank you!!
Works perfectly :)
Maybe you can also help me with increasing space below image caption?

You can add some additional margin to the caption:

.wp-caption {
    margin-bottom: 2em;
}

Thank you David! That did what I asked for but unfortunately it didn't solve my problem ;)
If you look att this link: http://keramisktcenter.se/butik/
you might know what I could do to get the images to align with each other.

Hi - alternatively we could try increasing the height of the caption text:

.wp-caption .wp-caption-text {
    height: 2em;
}

Yey! Tjohoo that worked!
Thank you so very much :D

Glad i could help

This archived topic is closed to new replies.