Hi
which process should I follow to insert ad-sense banner add in the right side of header area enabling Header widget area option? what types of CSS code should I implement?
Regards
Ahmed
Fetching latest tweet ...
Hi
which process should I follow to insert ad-sense banner add in the right side of header area enabling Header widget area option? what types of CSS code should I implement?
Regards
Ahmed
Enable header widget area in Graphene Options. Then go to Widgets and add a text widget to header widget area with the AdSense code. Then tweak it's position using Custom CSS like this,
.header-widget {
margin-left: 200px;
}
This topic has been closed to new replies.