Fixing widget display issue in Oxygen theme
-
I am having difficulty getting the primary sidebar to display the Twitter Timeline widget at full width, so the sides of my tweets and the time they were posted gets cut off. How do I tackle this? I have tried to adjust the sidebar width and the widget properties in custom CSS, but evidently this particular change is a little beyond me.
My blog is http://kateschnerdotcom.wordpress.com/ (kateschner.com)
Thanks for your help!
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following CSS will get you going.
.widget_twitter_timeline { width: auto; }
- The topic ‘Fixing widget display issue in Oxygen theme’ is closed to new replies.