- Posts: 24
- Thank you received: 0
Adding a graphic button to a slide
-
mcasner
Inactive member - Topic Author
- Member
Less
More
10 years 6 months ago #39706
by mcasner
Adding a graphic button to a slide was created by mcasner
How can I add a graphic button at the bottom of my slide text on the left instead of using a module in the Advert3 position?
Here's my site: www.ifapray.org/A1/
Here's my site: www.ifapray.org/A1/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #39716
by ivan.milic
Replied by ivan.milic on topic Adding a graphic button to a slide
Can you post content of your first content slot here ?
Please Log in to join the conversation.
-
mcasner
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
10 years 6 months ago #39780
by mcasner
Replied by mcasner on topic Adding a graphic button to a slide
Code:
<div class="slidertext" style="font-family: times new roman; color: #ffffff; font-size: 24pt; font-weight: bold;"><strong>Transforming America Through Prayer</strong></div>
<p> </p>
<div class="slidertext" style="color: #e6a622; margin-right: 500px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in sagittis nulla. Sed posuere imperdiet vestibulum. Praesent blandit eu diam posuere viverra. Nullam hendrerit diam sed eros iaculis, sit amet imperdiet ligula lacinia. Morbi mauris dui, vestibulum at euismod eget, dapibus sit amet ante. Maecenas sed mi mi. <br /><br /><strong>LEARN MORE</strong></div>
<div class="slidertext"><img src="images/site_assets/but-learn-more.png" alt="" width="194" height="47" /></div>
<div class="sliderimage"><img src="images/site_assets/fp-slide-01.png" alt="slide 1" width="432" height="245" /></div>
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #39782
by ivan.milic
Replied by ivan.milic on topic Adding a graphic button to a slide
Do not use:
class="slidertext"
and
class="sliderimage"
that is used for "back-code" so it creates conflict. Fix that them inform me to look again.
class="slidertext"
and
class="sliderimage"
that is used for "back-code" so it creates conflict. Fix that them inform me to look again.
Please Log in to join the conversation.
-
mcasner
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
10 years 6 months ago #39784
by mcasner
Replied by mcasner on topic Adding a graphic button to a slide
I understand the change in class... but when I change the class to 'sliderimage', it throws my button on the right side, next to my main image.
I want my button to appear at the bottom of my text on the left side.
I want my button to appear at the bottom of my text on the left side.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #39791
by ivan.milic
Replied by ivan.milic on topic Adding a graphic button to a slide
Like this, set
style="margin-top: 200px;position: absolute;"
on button div tag
style="margin-top: 200px;position: absolute;"
on button div tag
Please Log in to join the conversation.
Time to create page: 0.266 seconds