Replies: 0
Hey Guys,
I need help to move a button into a content picture. At the moment it is right below the image and I am apparently not able to move the button via shortcode.
URL: http://www.volunteering.org.za/
I need the “Take Our Quizz” Button inside the image right above it.
The text version I use atm in WP:
[su_button url=”http://www.fyp.volunteering.org.za” target=”self” style=”default” background=”#bf0f0f” color=”#FFFFFF” size=”8″ wide=”yes” center=”yes” radius=”auto” icon=”” icon_color=”#FFFFFF” text_shadow=”none” desc=”” onclick=”” rel=”” title=”” class=””]TAKE OUR QUIZ![/su_button]
Is there an easy solution to this? I managed to move the button by the following:
<div class=”thumbnail rec thmbnail-large”>

<input type =”button” class=”classic_button_next btn btn-primary btn-large” id=”next_button” value=”Take Our Quiz”/>
</div>
<style type=”text/css”>
.classic_button_next{ position: absolute; right: 250px; top: 150px; }
<style>
But like this I am not able to change the Design of the button.
I am just an intern who started 1 week ago and got left alone. Every kind of help would be much appreciated!
sincerely,
Chris