panda 0 Report post Posted July 24, 2012 Hi, I want to move the button in the feature slider that's on the bottom right to bottom left. I can't figure out what class I need to use. Here's the URL for the test page http://johnpickard.co.uk/works/programmenotes/the-borders-of-sleep-nine-poems-by-edward-thomas/the-borders-of-sleep/home-test/ Thanks Panda Share this post Link to post Share on other sites
batman 389 Report post Posted July 24, 2012 Hi You can try add in PageLines > Site Options > Custom Code > CSS Rules [code]#feature_slider .text-bottom .fcontent .flink { right: auto; bottom: 10px; left: 20px;}[/code] I??m not sure if you want, you can change px as you like. Life is too short to remove USB safely ... Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted July 25, 2012 Hi Panda, Did Batman's suggestion work our for you? Please search our forums, before posting! Share this post Link to post Share on other sites
panda 0 Report post Posted July 25, 2012 Thanks Batman and Danny. So obvious when shown. Thanks again! Share this post Link to post Share on other sites