[Resolved] Align bottom header image with widget

Home Forums Support [Resolved] Align bottom header image with widget

Home Forums Support Align bottom header image with widget

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #587732
    Pia

    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

    #587741
    David
    Staff
    Customer Support

    Hi, you can add this CSS:

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

    Thank you!!
    Works perfectly πŸ™‚
    Maybe you can also help me with increasing space below image caption?

    #587743
    David
    Staff
    Customer Support

    You can add some additional margin to the caption:

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

    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.

    #587808
    David
    Staff
    Customer Support

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

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

    Yey! Tjohoo that worked!
    Thank you so very much πŸ˜€

    #587939
    David
    Staff
    Customer Support

    Glad i could help

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.