Increase the height of image slightly from the options. Maybe 15-20px and check again. It should show the button next to image.
Ram
Thread Starter
wpuser
(@forinn)
Hi Ramshengale,
I already tried that, but even with higher image it still positions the button UNDER the table instead of in it.
Any ideas?
Please send me the link to that page so that I can check. This looks like CSS specificity issue to me and is easily solvable with some custom CSS.
Ram
Thread Starter
wpuser
(@forinn)
Hi ramshengale,
Do you have a e-mail address for me where I can send you the files or link to?
Thanks!
Just send the link to your page here where you have that box placed. There’s no need of any files.
Ram
Thread Starter
wpuser
(@forinn)
Yes but I rather do not want the url to be indexed by Google via this forum. Therefore I rather not want to publish the URL in public post. Can I mail you the link?
Thread Starter
wpuser
(@forinn)
Dear ramshengale,
I haven’t heard back from you in 2 weeks. Did you check my CSS yet?
You have marked this topic als resolved, but it is NOT resolved. I haven’t heard back from you anymore. Please help me.
Thanks in advance.
Hi wpuser,
Sorry for responding so late. Your email got lost in my inbox and I was not able to see it.
Here’s a quick fix for your problem. Just paste this code in the custom CSS section on Step 2: Customize Box page:
wpcb_template_main_# .wpcb_box_content_container .wpcb_box_content{
height: 90px;
}
Please remember to change the height in code above when you add or remove content in the box. Replace # by box ID (1 in case of homepage).
Ram
Thread Starter
wpuser
(@forinn)
Hi Ram,
Thanks for responding. I added the code to the step 2 custom CSS, but unfortunately it doesn’t change a thing to the way the modal appears 🙁
Any ideas?