Bought EcoPro and love it. Still, have a few questions... sorry for the long title but I have three small questions and it seems silly to start three threads. I checked out past posts but missed this info - apologies if the info was in fact there.
the three questions are:
1) I've added a link to some text in one of the ecopro feature (ftext) pages but can't seem to make it look like a traditional link (underlined, change color when mouse over). What do I have to tweak to allow that effect?
2) I've eliminate the side bar in my main static page - the one that uses the features. The page content is still aligned as if a side bar was in place. How do I center it, and ideally stretch it to occupy more horizontal space, ideally being aligned with the limits of the fboxes?
3) I've added the getSatisfaction widget to the left side of my page using the following code
<script type="text/javascript" charset="utf-8">
var is_ssl = ("https:" == document.location.protocol);
var asset_host = is_ssl ? "https://s3.amazonaws.com/getsatisfaction.com/" : "http://s3.amazonaws.com/getsatisfaction.com/";
document.write(unescape("%3Cscript src='" + asset_host + "javascripts/feedback-v2.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript" charset="utf-8">
var feedback_widget_options = {};
feedback_widget_options.display = "overlay";
feedback_widget_options.company = "company";
feedback_widget_options.placement = "left";
feedback_widget_options.color = "#222";
feedback_widget_options.style = "idea";
var feedback_widget = new GSFN.feedback_widget(feedback_widget_options);
</script>
all is well, but sadly the widget sits right on top of the main blue (in my case) feature strip. Do you if there's an easy way to position it lower in the page?
thank you for your help!
f
resolved
