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

    I have searched and found various code snippets but nothing that can do exactly what I want to do, and I’m not a coder so any help greatly appreciated ;)

    In the Sidebar I want to have a series of adverts 190px wide x 50 high with about 15px vertical space between each ad. I’d like to modify the widget settings if possible so that it will save time when adding/changing the adverts in the future.

    #337583

    Hey Calcite!

    You can use the built-in Enfold advertising widget, but i think you’d need to change the Content | Sidebar Ratio (General Layout) so the ads have the space required (~395px width).

    Once you done that add this code to the Quick CSS:

    #top .avia_partner_widget {
        max-width: initial;
    }

    Regards,
    Josue

    #337658

    Hi Josue,

    Thanks for the info. I actually want to stack the adverts vertically, maybe 5 or 6 ads in a column 190 px wide.

    #337663

    Hey!

    In that case you can use something like this:
    https://wordpress.org/plugins/image-widget/

    Regards,
    Josue

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