Hello, on this page: http://www.transactionassists.com/
I am using the partner logo element. After I added a link to the person’s profile page, it bumped the background/space width out. Please see the image. I added the css you gave on another question but no luck. .avia-logo-element-container {
margin: 5px 0;
padding: 1px;
}
Please help as all of these images will need a link.
http://www.transactionassists.com/wp-content/themes/enfold/images/featured.jpg
Please help. Thank you.
it is just because lisa got a link – the others not (as you say above)
meanwhile the display : inline-flex has got a good browser compatibility – so try:
.page-id-893 a.slide-image {
display: inline !important;
}
this was the code only for this specific page
by the way – set the background to cover the whole width – otherwise you got on big screens on the right a grey area
i see it works !
or you do this (might be more browser-support)
.page-id-893 a.slide-image {
background-color: transparent !important;
}
Hi @rmavila,
Did you try the suggestions posted above and did you have any luck with them? Thanks for helping out @guenni007
Best regards,
Rikard