Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #757998

    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
    space problem

    Please help. Thank you.

    #758027

    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

    #758249

    i see it works !

    or you do this (might be more browser-support)

    .page-id-893 a.slide-image {
        background-color: transparent !important;
    }
    #758700

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.