Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi ec-office,

    I assume your referencing the widget that is displaying a social media icon. I got it to move to the right by changing line 30 in style.css to:

    #header-widget {
    position: absolute;
    top: 26px;
    right: 0;
    }

    It is being absolutely positioned using css and the right: 0; is saying we want it at the absolut right side of the containing div. You can adjust it a little to fit your need by adding a few pixels. Maybe right: 10px; or something.

    Thread Starter ec-office

    (@ec-office)

    Thanks for this very useful help! Found it very quick – unfortunately it obviously always takes some time until the changes are made, so I have to wait some time…

    Another question meanwhile:
    I use the Plugin Mappress Easy to use the Googlemap. Acutally everything is okay BUT I had to determine that if I take a look on my website with Google Chrome that there are 2 Googlemaps!! One which I want and inserted in a table and one above the table and I for heavens sake don’t know why it is there: Very strange. … Do you may have an explanation?!

    Thanks

    Please mark this question as resolved and open a new thread for the other question.

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

The topic ‘Arrange Widget’ is closed to new replies.