problem #1: I was unable to place the callout button where I wanted it (under a video, which is in a box, instead of under the entire page)
so i made one with the shortcodes and added a header.
Looks great everywhere but ...
problem #2: Safari where i cd not do anything with the css that wd allow a decent buffer between button and the video above it.
did a display: none for body.safari:
body.safari .btn-small {
display:none;
}
body.safari .dcol-pad .fboxinfo .fboxtext h4 {
display:none;
}
put the button and header in a content box for safari, thinking the box wd be the buffer or at least give me something to adjust.
This is the code for the box and class i gave it:
hentry-pad my-call-button-and-header-pad entry_content
From there,
problem #3:
I was unable to figure out how to write the code that wd identify both the desired location (see the 2 "display:none"s above) and the contents of the box (see "hentry-pad...content" above). I tried every combination of the items above but cdnt get there.
problem #4:
The button and header only looked cruddy on 1 page in Safari. It was fine on the other page. But adding the the correct page-id-numbers removed the button from both pages. I even tried doing it with display:none on one page and display:visible on the other page but whatever happened on one page it happened on both.
problem #5
I'll bet there was away to locate the pl callout button beneath the videos here: www.clearheartcoaching.com
Finally, how can i change the color of button-info? (blue) I tried but nada.
Thx for your help....











