• I’ve set the floating bar to the left, however I want the margin-left to be -650px and top 90px. The default for “Floating Left is, margin-left: -644, and top: 40px. I can’t find the CSS within the plugin editor, so I’m just asking where I can edit and save out the plugin?

    http://wordpress.org/plugins/flare/

Viewing 5 replies - 1 through 5 (of 5 total)
  • try something along the lines of this in your stylesheet:

    .flare-vertical {
    	margin-left: -650px !important;
    	top: 90px !important;
    }

    Personally, I’m trying:

    .flare-vertical {
    	left: 1% !important;
    	margin-left: 5px !important;
    	top: 60px !important;
    }
    mmaddox

    (@mmaddoxcaptive-aquaticscom)

    Flare seriously needs a control panel to edit this. I’ve tried the sidebar on a half dozen sites, and it hasn’t worked right on a single one. Half the time, it’s not fixable even after editing the CSS.

    mmaddox

    (@mmaddoxcaptive-aquaticscom)

    That css helped, thanks 🙂

    Hi, where to find this stylesheet??

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Position of Floating Bar’ is closed to new replies.