Background image link in top?

Posted in: Newspaper
Post count: 73

Hello,

I configured the background in link mode and I have put this code to show image on top:
.td-header-top-menu {
margin-top:450px;
}

But the link only run in the sides, not in the top of the background. Any solution to fix this and put a link in the entire image? This is the web: http://www.lacasadeel.net

Thanks!

Post count: 23312

Hello Beldar,

Please try to replace your above code with the following code.

The new code is ->

#td-outer-wrap{
top:400px;
}

Hope this helps!

Thanks.

Post count: 73

Fine, but now the picture looks on phones, formerly with the other code did not look … Is there option that is not seen on phones?

I have this code in phone CSS:
.td-main-sidebar{
display: none !important
}

.td-default-sharing {
display: none !important
}

.td-post-sharing {
display: none !important
}

.post header h1 {
font-size: 24px !important;
line-height: 25px!important
}

.author-box-wrap {
display: none !important
}

.td_block_related_posts {
display: none !important
}

.td-post-source-tags {
display: none !important
}

.td-header-sp-logo { display:none }
.td-banner-wrap-full { display:none }
.td-header-style-10 .td-main-menu-logo { display: block!important; }

Post count: 23312

Hello Beldar,

If you want to hide some elements for your mobile mode, you have to use a bit of CSS code to do that. Please notice that exists media query for all devices. In mobile case, you have to use @media (min-width:767px){enter your code} and then you have to place in your custom CSS box. For more information about media query, please consult this link -> http://www.w3schools.com/css/css_rwd_mediaqueries.asp Also, if you check deeper your Theme panel, you will notice that below the custom box you have the advanced CSS field, where you can find the code from what kind of element you want to hide for each device.
You have to try to implement yourself because we cannot provide customization services at the moment, sorry! We also can guide you to the right direction.

Thank you for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.