Block Title Text Float Left

Posted in: Newsmag
Post count: 80

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.

Post count: 6535

Hi

Please provide your site url so I can inspect this closer and get back to you with a more accurate answer.

Thanks!

Post count: 80

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.

Post count: 80

Apologies, I have fixed the tint issue but it still shows up on Mobile and Tablet. Is this a @media issue?

Post count: 6535

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!

Post count: 80

Hi Andrei,

This is perfect, thank you very much.

My only issue at the moment is the hover on the title text.
If you hover over the title on Block 11, the title disappears.

It also disappears on Block 1 too.

Do you know what is causing this?

Post count: 6535

Hi

I am not sure why this happens on your site as I’ve checked your site again and the color of the block title on hover remains black. It could be a cache issue so try to clear all caches an test again.

Thanks!

Post count: 80

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?

Post count: 6535

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!

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