Hy how can i configure, that the picture at the top is fullsize?
Hey @dani_blues,
I’m sorry but I could not give a solution without knowing the exact setup of the page. The picture helps but we need the page URL to know the exact setup.
I recommend that you give us a screenshot and page URL every time you post a question in order to speed things up.
Thanks.
Hy i insert the the url. Sorry. i use ethos.
Hy, if i open the page with MS Edge then first the picture is small. if i size the edge smaller the picture goes larger, like you can see.
Hello There,
Please find this code:
.entry-featured .entry-thumb img {
width: 100% !important;
}
And update it into this code:
.entry-featured .entry-thumb img {
width: 100% !important;
min-width: 100% !important;
}
Hope this helps.
Hy, Sorry but it doesn´t work. Any idea? Greets and thx. Dani
Hi there,
Please try:
.entry-featured .entry-thumb img {
width: 100% !important;
min-width: 100% !important;
display: block;
}
Hope this helps.
Hy sorry but this doesnt work too.
Hy, now i tried to open the page with Chrome and it works?! Only with Firefox and Edge it doesn´t.
Hi There,
Please try this custom CSS instead:
.single-post .entry-featured .entry-thumb {
width: 100% !important;
}
Hope it helps
Thats it!! Perfect. Thanks a lot!! Greets Dani
Glad to hear it!
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.