[Spun theme] Permanently show widgets at bottom?

  • Unknown's avatar

    hi – i have the spun theme by caroline moore which i absolutely love and really don’t want to get rid of. BUT i am concerned about how hidden the widgets are, particularly the options for follow me / about me. i’ve had people visit the page and not be able to sign up follow me because it’s so hidden. do you know if there is a way to get the bottom widgets to permanently show up ? (so that you don’t have to press the “+” button to drop it down? or perhaps there is a way to get the widgets to appear to the right or left of the circles?

    any insight appreciated – i’m still fairly new to this wordpress thing! thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You could actually force the widgets to show automatically in the Spun theme using a little bit of custom CSS:

    .widget-area {
    	display: block;
    }

    Applying CSS requires the purchase of the Custom Design upgrade:
    https://store.wordpress.com/premium-upgrades/custom-design/

    But you can test it before purchasing by going to Appearance > Customize > Custom Design, clicking the “Try Now” button, clicking CSS and adding the sample CSS above into the editor.

  • The topic ‘[Spun theme] Permanently show widgets at bottom?’ is closed to new replies.