Hello,
I have set the title background colour Alpha to 1% to remove the BG colour of the block title text.
I now want to float the title left so it is aligned with the block.
I am using this CSS:
.td_block_1 .block-title a {
padding-left: 0;
font-size: 0.85em;
}
But for some reason, it is rejecting it.
It was working before but not anymore. Is there a specific place I have to put this?
Thanks.
Hi Andrei,
The site is: http://www.glitched.co.uk
I also have two seperate issues:
1) The big grid still has the green tint. There should CSS that avoids this but it seems to have cancelled itself.
2) This has also affected the module hover. The block title disappears when you hover.
It would be fantastic if you could have a look at why this is happening.
Thank you very much.
Hi
The css does not apply because you’re targeting the link from block title but there must be targeted the container itself. Try this css in theme panel > custom code > custom css: http://screencast.com/t/VLlF9ImJ76
.td_block_11 .block-title {
margin-left: 0!important;
}
For mobile device you can use it like this: http://screencast.com/t/8pivGh8uyoxB
.td_block_11 .block-title {
margin-left: 0!important;
}
.block-title > span {
padding-left: 10px!important;
}
Let me know hoe it goes and if you need additional information please provide more details so I can get back to you with a more accurate answer.
Thanks!
Hi Andrei,
I’ve tried this and it still seems to disappear.
I have deleted all caches on WordPress and browser. I have also tested this on different browsers and on mobile and tablet and this issue still appears.
It would be great if you could see what is targeting this behaviour?
Hi
Please address us via email at contact@tagdiv.com including a link to this conversation and more specific details about your issue, also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!