-
AuthorPosts
-
November 24, 2016 at 6:04 pm #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.
November 28, 2016 at 4:31 pm #717861Hey 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,
AndyNovember 28, 2016 at 4:51 pm #717882Andy,
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.
November 29, 2016 at 3:08 pm #718254Hi,
try this code inside Quick CSS field:
#top .avia_partner_widget { width: 350px; max-width: 350px; }
and adjust as needed.
Best regards,
AndyNovember 30, 2016 at 2:54 pm #718798Tried that and reset the content and sidebar width to 50/50 and no change. Did I miss something? (same sample page)
December 2, 2016 at 10:58 am #719596Hi,
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,
AndyDecember 2, 2016 at 1:43 pm #719674I used that code. See new login details in Private content.
December 2, 2016 at 1:48 pm #719680Hi,
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,
AndyDecember 2, 2016 at 2:05 pm #719686Is 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. ;-)
December 6, 2016 at 1:42 pm #720975Hi,
use this code:
a.preloading_background.avia_partner2.link_list_item1 { display: none; }
I bet this is not your last question :).
Best regards,
AndyDecember 6, 2016 at 2:07 pm #720987No 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.
December 6, 2016 at 3:03 pm #721035Hi,
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 -
AuthorPosts
- The topic ‘Advertising Widget Size’ is closed to new replies.