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

    Hi there – i wonder if it is possible to remove the title field of the Advertising area.
    Here is the thing: once i just use two of my partnership logos – its fine. If i want to display more banners i need to add an additional widget frame for the advertising area – which of course comes with the title field.
    is there the possibility to
    1) either add more than two logos in the widget (if not now, but maybe in a later release…) or
    2) remove the space from the following titles if a second Advertising Area Widget is used.

    the reason is just to save space between the logos…
    thanks in advance
    Pedro

    #279455

    also – is there a possibility to use One Advertising Area instead of two?
    lets say my partners logo has a landscape format and would look pretty tiny if reduced to the square format: could i, f.e. use a 125*250px area instead of two 125*125px?

    thanks
    Pedro

    #279812

    Hi!

    Thank you for the update.

    You can remove the padding between two enfold advertising area widget with this on Quick CSS or custom.css:

    #top .avia_partner_widget {
    padding: 0;
    }

    Regards,
    Ismael

    #279822

    Hey Ismael,
    thanks for getting back so quick.
    unfortunately the ‘margin’ adjustment didn’t help, but i used the following which works fine for now:

    #top .avia_partner_widget {
    margin-bottom: -25px; !important;
    }

    thanks for the great support!
    my best regards
    Pedro

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘removing 'title' from Enfold Advertising Area Widget’ is closed to new replies.