Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #296173

    I have activated the phone number to “Display in top bar at the left”, but it does not left-align with the logo or the main body of the text below (there is an indent of about 20-30 pixels). Is there a way to address this via “Quick CSS”? Thank you!

    #296194

    Hey ecoresearch!

    Thank you for using our theme.

    Can you send us a link to the page please?

    Best regards,
    Günter

    #296511
    This reply has been marked as private.
    #296874
    This reply has been marked as private.
    #297142

    Hey!

    Thank you for the update.

    Regarding the phone number, please add this on Quick CSS or custom.css:

    .phone-info.with_nav {
    margin-left: -20px;
    }

    For the post thumbnail, use this one:

    .single-post .single-small.with-slider .small-preview {
    width: 150px;
    height: 150px;
    }

    Cheers!
    Ismael

    #297401
    This reply has been marked as private.
    #297483

    Hey!

    Thank you for the info.

    Please use this instead:

    .phone-info {
    margin-left: -15px !important;
    }

    Cheers!
    Ismael

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