Tagged: sidebar
- This topic has 3 replies, 3 voices, and was last updated 8 years, 6 months ago by Sakin.
-
AuthorPosts
-
January 22, 2014 at 2:54 am #19552MichaelaParticipant
Hi,
I would like to use Google Adsense ads on my website, in the right sidebar. I already found your widget for ads, and saw that I can insert the code there. But my question is now: does the sidebar automatically adjust to the size of the ad? I would like to use 160×600 px ads, and would not like to have a lot of space on the left and right of the ad, so that the content has more space.Thanks for your help!
January 22, 2014 at 4:26 pm #19559SakinKeymaster@Micha: It’s a responsive design theme. So, do adjust the width we need to consider it. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #primary { width: 710px; } #secondary { width: 160px; } } @media screen and (min-width: 1190px) { #primary { width: 830px; } } @media screen and (max-width: 1060px) { #primary { width: 660px; } }
April 27, 2016 at 12:12 pm #90508Leonardo MartinezParticipantHi!
I’d like to use google AdSense ads on my sidebar, but I’ve been looking for how to insert the code (I want to know where to insert the code, to be more specific) and didn’t find anything explaining how I can do it.April 27, 2016 at 12:47 pm #90516SakinKeymaster@leonardo-martinez: If you are using Free version, then you need to search for advertisement plugin and add it. But if you are pro version then you will get Advertisement widget and you can add that in your sidebar.
-
AuthorPosts
- The topic ‘Advertisement in sidebar’ is closed to new replies.