Viewing 1 replies (of 1 total)
  • Plugin Author jp2112

    (@jp2112)

    You need to override the sidebar CSS. See fboif-sidebar.css in the plugin’s “css” subfolder for the current CSS being applied.

    You need to add something like this to your local stylesheet:

    #optin-sidebar {width: 300px !important}

    Change “300” to whatever value you want. Note that I don’t recommend editing the plugin’s CSS file since your changes will be overwritten on plugin update. Put overriding CSS into your local stylesheet instead.

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Width’ is closed to new replies.