Viewing 3 reply threads
You must be logged in to reply to this topic.
Somehow with an update I lost the formatting for this page – https://www.foodforthepoor.ca/what-we-do
It’s supposed to look like the screen shot below:
https://postimg.org/image/wv12j9kz7/92068952/
Can you help me fix it please.
Also I have some arrows showing at the tope of the JAMAICA page at the top, can you let me know how to delete them please. – https://www.foodforthepoor.ca/jamaica
Under OUR WORK – WHERE WE WORK – JAMAICA remove arrows (not sure where they came from)
Thanks!
Hello,
T reduce the size of the images in page: https://www.foodforthepoor.ca/what-we-do, please add this code into your custom css box:
.page-id-812 .vc_custom_1471373685740 img {
max-width: 16% !important;
padding-right: 4px !important;
float: left !important;
}
In the second page, you have added a recent portfolio. Even if you set only one image in the portfolio, it will show the arrows to move left-right the portfolio. To hide them add this code into your custom css box:
.page-id-889 .recent_portfolio .nav-fillpath a {
display: none;
}
Le tu sknow.
Best regards!
You must be logged in to reply to this topic.