Viewing 7 reply threads
You must be logged in to reply to this topic.
I updated to 1.3 today.
When I try to edit the contact-us page, it messages up the entire page. Every just simplify editing one word and saving it messes everything up.
Seems to be fixed now onced I resetted back to the original page and removed the contact-7 plugin and re-added it.
However, the spacing on the page is still all messed up
Hello,
I don’t see very much space between elements, screenshot. Did you reduce it? If not, you can change it with some css code. Change the padding to your wish. Let me know if you need help.
Best regards!
Hello,
Please add this code into your custom css box:
.page-id-2409 .wpb_content_element {margin-bottom: 21px;}
Edit the value to your wish.
Best regards!
Hello,
-For the Fax icon, i added the code i suggested you in this topic of your.
-The staff received the text in excerpt. I changed it to show the text in content. It it displaying all now. If you want to get the excerpt text again, just go to file staff.php and find this line:
$output .= '<p>'.codeless_text_limit(get_the_content(), 400).'</p>';
replace “get_the_content()
” with “get_the_excerpt()
“.
Best regards!
You must be logged in to reply to this topic.