Hi there,
I would like to make the review window (and/or the textarea) bigger. The area is very small for someone to write. Can you help me with a code snippet to do so or guide me to dit on my own?
Thanks
Hi there,
I would like to make the review window (and/or the textarea) bigger. The area is very small for someone to write. Can you help me with a code snippet to do so or guide me to dit on my own?
Thanks
Like so ?
Default width is 400px.
Here I set it to 600px.
CSS :
.fancybox-content {
width: 600px;
}
Cheers.
Thanks @condorito.fr , unfortunately this didn’t work for me, for what is worth I am using listinghive.
Update: @andrii I was wondering why this topic was closed? I was about to answer @condorito.fr’s question so he can assist me. Can you please reopen? Thanks!
If you site is public, I could have a look.
Hi @condorito.fr , here is my site: https://beyondschool.co
You need to register to write a review but you can test it with claim Listing, it is the same dialog and I want the claim listing dialog bigger as well.
I have tried a couple of things directly in the html and it seems to work but when I save it in the css it doesn’t work. Thanks so much!
For me it’s working.
The element (top window) has a CSS class .hp-modal
I just tweaked it in the bottom window for debugging purposes. But you need to save this in your CSS.
You need to go in your theme > (Appearance) > Customise > CSS
and add what I said yesterday.
Clear your cache (Ctrl+F5 should do), if needed.
Also, you should add a tel link on the phone number :
Something like this:
<a href="tel:123-456-7890">123-456-7890</a>
Oh thanks! I think the problem was the cache and thanks for the suggestion on the phone number. Please let me know if anything else stood up, I have been the programmer and tester, it is good to have a 2nd pair of tech eyes lol. I am also happy to return the favor
Thanks again!
Thanks!
Will do!
How can I reach you?
Via the contact form of the website?
Yes, the contact form would work, thanks so much!