Good morning my friends
I’m having some simple problems configuring the css
I’m not being capable to make some alterations
I need a force of You!!
the problems are:
1 – How move the block ADS to adjust the right ,
to get away from the logo in top menu ?
2 – How Adjusting the footer menu, which is very large and deconfigured ?
3 – How to reduce a little the size of the logo
to 261x208px ?
and – How Inserting the hover effect on the logo footer?
PLEASE LOOK MY SITE : http://www.euclidense.com/
Honestly I’m loving this theme!!!!
it is very easy to use, intuitive, modern, super powerful!
I believe I will buy three more of the same theme
to replace the Themes of Multinews, which is a difficult use of terror and the super old design
The Newspaper is FANTASTIC splendid
thank you for providing us with this wonderful theme
I’m sorry, I know not speak English
Hello and thank you for purchasing our theme and thank you for your kind words.
1- Please provide more details to how you want the top ad to be positioned. I assume you want it moved a bit to the right. You can use this css code for it:
.td-header-style-1 .td-header-sp-recs {
margin: 50px 0 9px 63px!important;
}
You can place the code in the theme panel->custom css box.
2- For the footer i see you have many widgets added in the footer 3 area: http://screencast.com/t/Qpg9Zx7pW
The first 2 footer styles from the theme panel come with predefined content that cannot be removed. You can use another footer style that has no demo content and then use the 3 footer widgets to add your own content. You can read more about footers in our documentation here: https://forum.tagdiv.com/footer-templates/
3- You can use this custom css code to adjust the width and height of the logo:
.td-header-style-1 .td-header-sp-logo {
width: 160px;
height: 120px;
The default header style will crop your logo for it to fit with the ad next to it. If you want the theme to display the logo exactly as the dimensions you upload, you will need to use a header style that supports ‘full logo’ : https://forum.tagdiv.com/header-styles/
4- You can add a hover effect with css as the theme has no option for it. Please use this code:
.footer-logo-wrap img:hover{
opacity:0.5;
}
Thank you!
Hello My friend thank you for your instructions!!!! EXCELENT
they were super precise.
More, I expressed myself badly in the previous message
I’m sorry my friend!!!!
Here I would like to know how to change the size of the logo footer?
for:
width: 187px;
height: 150px;
once again thank you
Aldemi
Hello,
Unfortunately i could not access your website to apply the code directly so i can’t say for sre how it will work:
You can use the code like so:
.footer-logo-wrap img{
width: 187px;
height: 150px;
}
It could require further customization depending on your logo dimensions.
Thank you!