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!
Hey ecoresearch!
Thank you for using our theme.
Can you send us a link to the page please?
Best regards,
Günter
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