madjazz
Forum Replies Created
-
Ha! – YES! – That was the problem!
Thank you very much for that Rui, much appreciated.And thanks for the explanation, I didn’t know that !important would do that, I was using it as a default setting so I’ve learnt something new as well.
I’ve bought you a coffee 🙂Hi Rui
Thanks for getting back to me.
I’ve tried clearing the cache several times, unless there is something I don’t know about happening (I’m not very technical) – I used the “Purge Cache” at the top of the WordPress Dashboard.
The URL is https://virginia-madsen.com/
I’ve just about given up and made the background lighter so you can read the text LOL
🙂Forum: Themes and Templates
In reply to: [Twenty Twelve] Featured Image to the right and alignHey Felipe
That looks like it might just do the trick Sir!
I had to use it like this;
.entry-header .entry-title a {
text-decoration: none;
max-width: 70%;
display: inline-block;
}
Not perfect but certainly better than where I was.
Thank you very much for your help, much appreciated 🙂- This reply was modified 2 years, 1 month ago by madjazz. Reason: typo
Forum: Themes and Templates
In reply to: [Twenty Twelve] Featured Image to the right and alignOK, So… I managed to get what I wanted with…
.entry-header img.wp-post-image {
float: right;
margin-bottom: -150px;
width: 150px;
}
But now my writing goes over the picture… I guess I need to change the way that works but blind luck doesn’t seem to be working this time… :-/