Is there a shortcode to be put in custom CSS to lower the header, adding a transparent gap above it?
I’d like to use ads in background. Is it possible to make the background to link to a page?
Hello,
You can lower the whole site using this code:
#td-outer-wrap{
top:100px;
}
result: http://screencast.com/t/IS4sLr5Z6u
You can make your background ad to link to whatever you want. Follow this tutorial in our documentation: https://forum.tagdiv.com/background-ad/
Thank you
-
This reply was modified 10 years by
Bogdan B..
Hi,
@rfiling So maybe something like this – https://www.screencast.com/t/YOhxhhfmv
.td-header-top-menu-full {
margin-bottom: 50px;
}
Thanks
Hi Simion
Thank you! You support guys rock! Really.
I could get it working just like you did when I use that code in live css in the browser but it isn’t working when I use the same code in the Custom CSS section of the Newspaper Theme Panel. Any idea what I’m doing wrong?
Richard
-
This reply was modified 7 years by
Richard. Reason: having difficulty replicating the fix in css
Hi Simion, there must have been other custom css code interfering because as soon as I deleted the rest of the code leaving only the .td-header lines, it worked perfectly! I’ll see if I can work out what is blocking your code.
I know I’m stretching the friendship but one more related question. There is a gap between the top of the page and the top menu. What could I do on WomensGolf.com that would eliminate that so that the .td-header is right at the top? What I am trying to duplicate is the position of the top menu on https://www.pgatour.com/
Thank you again – very much appreciated.
Richard
-
This reply was modified 7 years by
Richard.
