Twitter Widget
-
The Twitter widget on my website does not fit the sidebar in Pachyderm theme, it’s width overfills the sidebar and because of this part of my clients tweets are cut off. How can I make it fit?
Website URL: optimatherapy.netThe blog I need help with is: (visible only to logged in users)
-
Thanks for reporting this! I’ve asked the theme developers to take a look. It looks like the Twitter widget has a minimum width that’s wider than the sidebar in this theme.
Here’s some code to fix this. Head into the Customizer and open the CSS pane. Paste this entire code into the CSS editor:
#secondary { width:200px; } .active-sidebar-primary-sidebar #page, .page-template-nosidebar-page-php #page { width: 820px; } -
Fantastic thank you! It looks a lot better now. One thing though, it’s now a lot longer than I wanted it to be – I’d prefer to scroll through the tweets and have the height at about one third of the height it is now. Is that possible? Sorry i’m a newbie to coding…
-
Sure! You can actually change the number of tweets shown in the widget itself. If you open the widget’s settings in the Customizer, you’ll see a setting for “# of Tweets Shown:”. Change that number to 3 and you should be all set.
Let me know if there’s anything else!
- The topic ‘Twitter Widget’ is closed to new replies.