I have this header image I’m trying to use on this page:
http://dev.ntv.ca/
But Float:right won’t work on it. I need it to stay on the right side, right now when you change the size of your window some of the image get cut off. Can you help with this?
Hello ntvweb,
If you want to have a higher height for your image, please notice that you will have to increase the height for that container. If your image will have a high height than this container, the image will be cut off. As example, if you want to increase this, you can use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-header{
height:160px;
}
If is not what you mean, please provide more details about what you want to achieve, provide some useful screenshots so I can understand it better what you want.
Thanks for your understanding!
Ah – yes – I’m afraid I’m not explaining myself well enough.
So this is a screenshot of the front page in full width:
https://drive.google.com/file/d/0ByYKnygx9Bswb2hrYVV5TFYzZnc/view?usp=drivesdk
And this is when it is scaled down to a smaller screen size:
https://drive.google.com/file/d/0ByYKnygx9BswM0p3YmVySW5VOTA/view?usp=drivesdk
I would like the header image to stay to the right so all four people are visible at all times.
Thanks.
Hello ntvweb,
I have checked your website nd I saw that you are using your banner ad and this is not right implemented to be visible on all devices. In your case, you are not using the Adsense and therefore you will have to use the DIV’s method to do your banner ad to be responsive. For more information about this setting, please consult our documentation here -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Hope this helps!
Thanks for your understanding!
Hello ntvweb,
I have re-checked your source page and I saw that your code is not right implemented Please keep in mind that you must have the td-a-rec and all of these classes to achieve better results, as you can see in our demo preview, here -> http://screencast.com/t/xQqyypTfcd -> http://demo.tagdiv.com/newspaper/ Please try to implement the exact steps which are presented in our documentation, clear all your caches and test again.
Thanks for your understanding!
Thank you for the help with the ads, but I am asking about a background image in the header space, not necessarily an ad.
I’m using the td-header-header class … but the image only show up when i disable the ‘no-repeat’
.td-header-header {
background-image: url('http://dev.ntv.ca/wp-content/uploads/2016/07/Header-e1469540959103.png');
background: no-repeat;
background-position: 100% 0;
margin-right: auto;
margin-left: auto;
position: relative;
}
Is there a better way to do this?
Hello ntvweb,
Please try to use the following code and place it in Header Ad area, like this -> http://screencast.com/t/rZGNA6kno and the code is ->
<div class="td-all-devices"><a href="#"><img src="http://dev.ntv.ca/wp-content/uploads/2016/07/Header-e1469540959103.png"/></a></div>
The result you should see here -> http://screencast.com/t/nlEQLI0YACe and if you want that you image to be fully right aligned, please try to use the next custom CSS code to do that.
The code is ->
.td-a-rec-id-header img {
margin-right:0;
}
The result you should see here -> http://screencast.com/t/0KCXdoSqgWD
Thanks for your understanding!
My logo is not showing up in the left hand corner. Here is my link: https://pokemongoultimateguide.com/
HI
I’ve checked your site and noticed that you don’t have a logo image uploaded in theme panel > logo. Try to set the logo according with our documentation then test the site again: https://forum.tagdiv.com/newsmag-logo-favicon/
Thanks!