Tagged: , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #716534

    Is there a way to alter the size and/dimensions of the Advertising widget display areas? Currently everything is set to 125×125 and I would like something, preferably both taller for the side bar and wider for the footer. However if I can only do one just changing the dimensions globally is fine.

    Thanks.

    #717861

    Hey MichaelAlbany,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Andy

    #717882

    Andy,

    Currently I am unable to use the elements because of the size restrictions. Instead I have just added a color section with multiple images fixed accordingly. The site I am designing is currently under a vail of an “Under Construction” page. I have another page that I can show examples on which I will include in the private content area.

    Keep in mind there is nothing broken about the ad widget, I am just looking to modify it to better fit my needs. I added this to Feature Requests as well.

    #718254

    Hi,

    try this code inside Quick CSS field:

    #top .avia_partner_widget {
    width: 350px;
    max-width: 350px;
    }

    and adjust as needed.

    Best regards,
    Andy

    #718798

    Tried that and reset the content and sidebar width to 50/50 and no change. Did I miss something? (same sample page)

    #719596

    Hi,

    login you’ve provided does not work, so I can’t check. Try to add an !important to my code:

    #top .avia_partner_widget {
    width: 350px;
    max-width: 350px !important;
    }

    Clear browser cache and hard refresh a few times.

    Best regards,
    Andy

    #719674

    I used that code. See new login details in Private content.

    #719680

    Hi,

    I changed your code to this:

    #top .avia_partner_widget {
    width: 450px !important;
    max-width: 450px !important;
    }

    which is increasing your image just fine, so simply adjust as needed and hard refresh your browser.

    Best regards,
    Andy

    #719686

    Is there a way to limit the advertising area to one image? Currently there are two. I know that there is a snippet of code to hide the “Advertise Here” text but can the blank space be eliminated, thus allowing the one image to occupy the entire ad space?

    Promise, that is my last question regarding the Advertising widget. ;-)

    #720975

    Hi,

    use this code:

    a.preloading_background.avia_partner2.link_list_item1 {
    display: none;
    }

    I bet this is not your last question :).

    Best regards,
    Andy

    #720987

    No that is my last question… About the advertising widget. ;-) I am about to buy license #23 (or is it 24) so I probably will have more question on other stuff though!

    That worked! Perfectly.

    To anyone reading this asking the same question, be aware this will make the second ad space “invisible’ to the browser. If you have a second image listed in the widget it will show, but other content will appear over it. Be sure to leave the second space empty.

    #721035

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Advertising Widget Size’ is closed to new replies.