Hi, Looking at https://www.modburyteam.org/events/ringmore-flower-festival-2018-18/ you will see that the title has padding at the top. How do I make it line up with the “Share” box on the right?
Thanks
Hi, Looking at https://www.modburyteam.org/events/ringmore-flower-festival-2018-18/ you will see that the title has padding at the top. How do I make it line up with the “Share” box on the right?
Thanks
Hi there,
Please add this code in the Global CSS:
.single-x-portfolio .entry-header {
margin-top: 0;
}
You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.
Hope this helps.
Thanks for your help. I have been trying to use the CSS selector as per the article, but I think I may need to practice more as I don’t seem to be getting very far!
In the CSS I have used .single-x-portfolio .entry-header {
margin-top: 0;
font-size :10px
}
to try and reduce the heading font size, but nothing is working Have I got the syntax correct pl;ease>
Thanks
A
Hi A,
Please try
.single-x-portfolio .entry-header h1.entry-title.entry-title-portfolio {
font-size: 10px;
}
Hope this helps.
Hi Jade
Unfortunately that does not work either which is strange.
Alex
Hi again,
This could be just a cache issue as I see you’re using a cache plugin on your site and the content is being served by the cache. Please purge the cache and see if this resolves the issue.
Let us know how this goes!
Hi again
No I have cleared and deleted the caged and checked that I have no cached files. But the issue is remaining, which is very odd.
i have given you access through a secure note if you want to get onto the site
Regards
Alex
Hi @Aph100,
I checked and there is a missing dot in your CSS, it’s added like this
single-x-portfolio .entry-header h1.entry-title.entry-title-portfolio {
font-size: 10px;
}
It should be like this
.single-x-portfolio .entry-header h1.entry-title.entry-title-portfolio {
font-size: 10px;
}
Cheers!
My sincere apologies i should have spotted that - having a bad week 
Thanks so much for your brilliant help
Alex
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.