Hi,
Use the following in Theme Options -> Custom CSS
#righttopcolumn img {
margin-right: 15px;
}
Thank you.
Thank you, that helps… now can we move that block away from the social media icons by about 15 px?
Sue
Hi,
With reference to the solution that I had provided, change the 15px to a greater number it will move your image in header further to the left.
Thank you.
Sorry but that doesn’t work. It only moves the photo further to the left away from the text. I want the photo and text to move away from social media.
Thanks for your help. Susan
Your site still shows 15px for the margin. If you want 15 more pixels you need to make it 30px. Denzel solution will work if you increase the margins more.
I just made it 35 px and as you can see only the photo moves!
sue
Hi,
Are you referring to the address and contact number in your header?
At the moment, it’s not possible to move them away from the social media icon, because they are in the same #righttopcolumn div
You have to wrap them in a div with an id or class.
For example
<div class='header-content'>Address<br/>Phone number<br/>Fax number</div>
then you can use the following.
#righttopcolumn .header-content {
margin-right: 15px;
}
Or with relative positioning.
Thank you.
Well it’s somewhat working… at least now it’s by itself away from social media.
sue