Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    Use the following in Theme Options -> Custom CSS

    #righttopcolumn img {
        margin-right: 15px;
    }

    Thank you.

    Thread Starter frogsaregreen

    (@frogsaregreen)

    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.

    Thread Starter frogsaregreen

    (@frogsaregreen)

    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.

    Thread Starter frogsaregreen

    (@frogsaregreen)

    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.

    Thread Starter frogsaregreen

    (@frogsaregreen)

    Well it’s somewhat working… at least now it’s by itself away from social media.
    sue

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Move top right content over a bit’ is closed to new replies.