- This topic has 5 replies, 2 voices, and was last updated 4 years, 9 months ago by .
trying to adjust the height of my logos in the clients widget
You must be logged in to reply to this topic.
Hi,
Can you tell me how I can adjust the logo height on my parallel pro client widget page as the are all different sizes (all the same width where I would like them to have all the same height).
Thanks,
Ian
Hello Ian,
I just replied to your email.
Let me know if that doesn’t help.
Hi Hans,
Sorry, this is my first time with WordPress. Where abouts can I modify the HTML for the specific images?
Thanks,
Ian
Hi Ian,
You can edit it in the clients.php filed located in the Sections folder.
Or go to Appearance > Editor. Expand the sections folder and select clients.php.
However, most of the HTML is located within the Clients Widget.
So if you wan to customize the CSS for the clients section use the Custom CSS field in the Custom Code section in Parallel Options Panel.
Use the following CSS selector,
.clients img {width:100%;}
You can change the percentage to whatever you want.
Hello Ian,
That is because part of the clients section is also controlled by the Clients Widget.
So you would need to edit that code as well.
That is located in the /inc/widgets.php file.
You must be logged in to reply to this topic.