Digg 3 Column sidebar size change
-
Hi
i need to change lots of things on my site but i still don’t know how to work on CSS
for now i need to change the sidebar size, my twitter timeline size is not accurate ..
any help ? my site is: immortality00.com
Thanks
Hussain
The blog I need help with is: (visible only to logged in users)
-
The Twitter Timeline is an embed that was designed to display in a space of at least 220px minimum. The Digg 3 Column theme is only 160px wide. You could try adjusting the “min-width” value for the timeline container, and that will help but note that some things inside the widget may overlap and there isn’t a way to adjust those using CSS only. Here is an example you can try adding to your Appearance → Custom Design → CSS editor to see what I mean:
.twitter-timeline { min-width: 160px !important; }If you are just starting out with CSS, you should definitely check out the following links:
* http://en.support.wordpress.com/custom-design/editing-css/
* http://www.htmldog.com/guides/cssbeginner/
- The topic ‘Digg 3 Column sidebar size change’ is closed to new replies.