Banner doubt
-
Hello guys! Great work on theme. Every updates makes it easier to work with graphene.
One question though: i would like to insert a banner on my website and my partners tell me to insert a script line like the one below (an example) in the html page. Since I only work with the custom css with wordpress, i dont know how to do it. Could you please help me?
<script type=”text/javascript” src=”http://js.betboopartners.com/javascript.php?prefix=QvdSSbiVe6PkvWkMXluei2Nd7ZgqdRLk&media=559&campaign=1″></script>
URL: http://www.chutecerteiro.com.br
thank you in advance!
Go to the advanced tab in graphene options. Under “Action Hook Widget Areas” click header.php. Now, tick the box
graphene_container_before.This will add a new widget area in your widgets admin panel. Add a new text widget to your newly added widget area, and paste your code into the widget.
Please let us know how this works for you.
– Josh
Well, you have a few different options. The fastest (and easiest) would be to wrap the code you are using for the banner in a div tag and style it to be centered.
Like this:
<div style="align:center;">YOUR CODE HERE</div>
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
