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:
.a href=”http://fyp.volunteering.org.za”> .img class=”aligncenter wp-image-3250″ src=”http://www.volunteering.org.za/wp-content/uploads/2015/04/Screen-Shot-2017-03-16-at-14.17.18-1024×273.png” alt=”Screen Shot 2017-03-16 at 14.17.18″ width=”862″ height=”220″ />
[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”>
.img class=”img-thumbnail img-thumbnail-large-0 img-responsive” src=”http://www.volunteering.org.za/wp-content/uploads/2015/04/Screen-Shot-2017-03-16-at-14.17.18-1024×273.png” data-holder-rendered=”true” width=”862″ style=”margin-left:0px;height:220;”>
<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