Arrange Widget
-
Hi!
I have a widget in my theme ( but unfortunately don’t know how with the CSS I could change the location or position of the widget in the header with the social buttons. Now the widget is left but I would like to have it on the right.
Is there’s some grid or something that I could easily adjust?!Thanks for supportive help.
Som
-
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.
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.
The topic ‘Arrange Widget’ is closed to new replies.