How do I fix a widget area column?
-
I am using the Yoko theme, and my widget area 2 looks cut off on one side. How do I fix this?
The blog I need help with is: (visible only to logged in users)
-
HI!
The widget areas are currently not appearing cutoff on my side as shown here:
Could you upload a screenshot of what you’re experiencing to your media library? Instructions can be found here:
-
Hello Jeremey,
If you look at the screen shot you gave, the “search box” titled “Search for something Lemony” is cut off on the right side.
Thanks,
Nancy -
Ah – sorry I missed that Nancy! Can you try copying and pasting the following CSS into Appearance -> Customize -> CSS and see if that fixes the issue?
#secondary .searchform .search-input { width: 90%; } -
-
Yargh, now the “categories” widget is doing the same thing. I tried to tinker with it based on the snippet of css you gave me, but I can’t figure it out. I have a screen shot, if you need it.
-
The categories widget appears to be displaying full-width on my side:
Can you upload a screenshot to your Media Library so I can take a look?
-
-
Thanks for uploading! It looks like this only occurs at smaller screen sizes, which is why I missed it before. Can you give this a try?
select#cat { width: 100%; }
- The topic ‘How do I fix a widget area column?’ is closed to new replies.