Tagged: x
-
AuthorPosts
-
December 26, 2016 at 4:29 am #1304424
Andreas BjerveParticipantHi!
I´d like a certain margin of space between the text in the callout box and the callout button. Do you have the code for that?
…and I´d like the button to be wider (while the button text remains centered).
Finally, I´d like to make my own marketing circle for the button. I´ve browsed around and I realize this involves a few tricks, so I´d like to be sure I´m doing it right for my own page. (I have a heart image that I´ll split in two to replace the circle).
Thanks a lot guys! 😀
December 26, 2016 at 4:30 am #1304427
Andreas BjerveParticipantThis reply has been marked as private.December 26, 2016 at 5:01 am #1304453
ChristopherModeratorHi there,
Please add following code :
.p-callout { margin-bottom: 100px; padding: 0 2.35em; } .x-callout .x-btn { width: 93%; } .x-btn-circle-wrap:before { background-image: url("put background image URL here"); } .x-btn-circle-wrap:after { background-image: url("put background image URL here"); }Update this code :
.x-callout { max-height: 900px; max-width: 650px; margin: 0 auto; }To :
.x-callout { max-height: 900px; width: 100%; margin: 0 auto; padding: 2.35em 0; }Hope it helps.
December 26, 2016 at 6:16 am #1304485
Andreas BjerveParticipantThanks a bunch! 😀
The top part of my heart “marketing circle” image is a bad fit, size-wise. I tried making a bigger picture, but it seems to resize to a default.
Any fix for this?
Thanks!
December 26, 2016 at 6:28 am #1304492
ThaiModeratorHi There,
Please add the following CSS:
.x-btn-circle-wrap:before { background-size: 200px 50px; }Hope it helps 🙂
December 26, 2016 at 6:42 am #1304497
Andreas BjerveParticipantJust fabulous…
Thank you so much!
December 26, 2016 at 7:04 am #1304516
ChristianModeratorYou’re welcome.
December 26, 2016 at 7:04 am #1304517
JoaoModeratorGlad to hear it 🙂
December 27, 2016 at 8:53 am #1305749
Andreas BjerveParticipantHi there,
I have one more thing now related to buttons.
I have a button (called “more about me”) that I want to have a different marketing circle image than I have in my callout box.
Do you guys have a code to target that button/marketing circle.
Thanks!
December 27, 2016 at 9:47 am #1305830
ThaiModeratorHi There,
You can add the class to your callout buttons, something like this:
http://i.imgur.com/njuJYRJ.png
After that update all the custom CSS:
.callout-1 .x-btn-circle-wrap:before { background-image: url("put background image URL here"); } .callout-1 .x-btn-circle-wrap:after { background-image: url("put background image URL here"); }Hope it helps 🙂
December 27, 2016 at 10:51 am #1305922
Andreas BjerveParticipantIt does. Thanks! 😀
December 27, 2016 at 11:28 am #1305966
JoaoModeratorGlad to hear it,
Let us know if you need help with anything else,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1304424 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
