• Resolved paulborkowski

    (@paulborkowski)


    Dear sir/madam

    I recently downloaded the banner creation app from your site.

    The plugin is useful as I feel the affiliate banner creation options on the Booking.com website are not as flexible or attractive.

    The only problem I have is that there is not options within the plugin to control the banner height and width. It also appears that this is difficult to also do through CSS. Please could you add this function to the plugin… alternatively please could you provide the CSS code needed to do this and where should the code be added?

    Thanks

    Paul

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author SP – Booking.com

    (@sp-bookingcom)

    Hi Paul,

    thanks for contacting us and for using our plugin!

    You should be able to do that using something like following css :

    .bdotcom_bc_mbe_banner {
        background-position: center 54%;
        height: 90px;
        min-height: 90px;
        width: 728px;
    }

    in the css textarea of banner settings page.
    Obviously use different width, height and background-position accordingly to what you’re trying to achieve.

    Please let us know.
    All the best.

    Thread Starter paulborkowski

    (@paulborkowski)

    Hello again

    Thanks for your reply and your help

    The banner works much better now. Please could you assist me a little further with some other questions that I have?

    The banner is working much better now but the code that you gave me to add to the banner CSS code affects all banners. When I entered the code into one of my banners CSS I am unable to customize serveral different banners individually. All the banners adopt the same format.

    Secondly, Please could you provide the CSS to align the banner to the right and top?
    My banner is aligned to the left, leaving a large gap between the right banner and the edge of the screen/website.

    Any further help would be greatly appreciated

    Thanks

    Paul

    Plugin Author SP – Booking.com

    (@sp-bookingcom)

    Hi Paul,

    glad that worked!
    What we sent is affecting all banners because uses a css class.
    We should get the id selector to target a single banner.
    Can you please send us a link to the page where the banner(s) you want to modify are?

    Thread Starter paulborkowski

    (@paulborkowski)

    Hi

    Thanks for your quick reply.

    I have added two banners to a page on my website to show an example of the banners in use. The banners are at the bottom of the page on the right and left of the page.

    Please can you provide the CSS ID selector information to customize each banner individually? Also please can you provide the CSS to allow the banner on the right of the page to be right aligned?

    My website page with the banners at the bottom is: https://www.gogohopping.com/hopping-vlogs-hopping-vlogs/

    Your assistance is most appreciated.

    Thanks

    Paul

    Plugin Author SP – Booking.com

    (@sp-bookingcom)

    Hi Paul,

    the one on the left is :

    #bdotcom_bc_mbe_banner_8677

    the one on the right hand side is:

    #bdotcom_bc_mbe_banner_8687

    so the css you can use to address the first, for example, is :

    #bdotcom_bc_mbe_banner_8677 {
        background-position: center 54%;
        height: 90px;
        min-height: 90px;
        width: 728px;
    }

    Let us know if this solves!
    Have a lovely day

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Please add options to length and width of banner’ is closed to new replies.