Hello Enfold Support–
Hope you all had a Happy New Year! :)
I have a calculator shortcode embedded in a full-width text block. I am having all kinds of problems getting it to look right on all screens– either it is not centered, or the labels run onto a second line and it’s hard to read on smaller screens because the line spacing is too big.
There is also a line at the bottom of a color section that should not be there– no border is selected on all of these.
There are 2 versions on the page now, with red text for you explaining the problem. Think of it as a live screenshot. :)
I hope you can tell me the best way to fix this.
Thanks in advance for any help you can give!
Update:
Happy to report I figured out how to fix the mobile views. :)
Only problem now is there is a border line appearing at the bottom of the section containing the calculator.
How to get rid of that?
Thanks for your help!
Hi,
Glad that you figured it out. Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-1302 #after_section_3 {
border-top: 0 !important;
}
Let us know if this helps :)
Best regards,
Nikko
Hey Nikko,
That did the trick.
Thank you so much for your help! :)