If your website uses a StudioPress Genesis theme for your WordPress website you may want to add your custom widget areas to the theme and you may want to style those widget areas in your css stylesheet. You can then add this code to your css stylesheet file to style your custom widget areas in your StudioPress Genesis theme without using a plugin on there.
.your-widget-name { width: 200px; height: 200px; }
You would replace the .your-widget-name with the name you gave your custom widget area and then use css to style it on there.
Leave a Reply