March 17, 2017 at 1:18 am
#7432
Keymaster
– On the theme options page enable the Body widget on the Widgets tab.
– On the Widgets page, add 2 Text Widgets on the Body area.
– On your Custom CSS add this code:
#text-5.widget-body {
position: fixed;
left: 0;
}
#text-6.widget-body {
position: fixed;
right: 0;
}
Note: You have to replace #text-5
and #text-6
with your correct widget ID. Load your page then right-click -> View Page Source. Find “widget-body”. You can find the correct IDs before that.
Example:
<div id="text-2" class="widget-body frontier-widget widget_text">