Title: Smaller Widgets
Last modified: January 26, 2020

---

# Smaller Widgets

 *  [birdog123](https://wordpress.org/support/users/birdog123/)
 * (@birdog123)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/smaller-widgets/)
 * Hi,
 * How do we allow for smaller or thumbnail vertical and horizontal widgets for 
   use in headers or inline with the menu?
 * For example [https://www.screencast.com/t/MqFsjcqH3u](https://www.screencast.com/t/MqFsjcqH3u)
 * Thanks.
 * Greg

Viewing 1 replies (of 1 total)

 *  Plugin Author [Weather Atlas](https://wordpress.org/support/users/weatheratlas/)
 * (@weatheratlas)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/smaller-widgets/#post-12396724)
 * Hello Greg,
 * sorry for the delay with the reply.
 * If you are familiar with CSS it’s not a problem.
 * If you are using a shortcode – set the widget with available choices.
    Besides
   standard options (font size, background, text color…) there is additional option–
   style (available only in shortcode). Just set desired inline style eg. `style
   ="float:right;width:200px"` in shortcode and widget will adopt this style as 
   well.
 * If you are setting the widget in a conventional way (not shortcode), then add
   CSS rules in your CSS. Weather Atlas Widget is wrapped in a class .widget_weather_atlas
 *     ```
       <div class="widget_weather_atlas">
       </div>
       ```
   
 * so if you set the CSS correctly your additions to CSS should not interfere with
   the rest of your site

Viewing 1 replies (of 1 total)

The topic ‘Smaller Widgets’ is closed to new replies.

 * ![](https://ps.w.org/weather-atlas/assets/icon-256x256.png?rev=1682546)
 * [Weather Atlas Widget](https://wordpress.org/plugins/weather-atlas/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/weather-atlas/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/weather-atlas/)
 * [Active Topics](https://wordpress.org/support/plugin/weather-atlas/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/weather-atlas/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/weather-atlas/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Weather Atlas](https://wordpress.org/support/users/weatheratlas/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/smaller-widgets/#post-12396724)
 * Status: not resolved