hi there
i have added this to my css, which removes the thumbnail:
.avia-post-nav .entry-image {
display: none!important;
}
i am also trying to reduce the width of the area on rollover, and tried:
.avia-post-nav:hover .entry-info-wrap {
width:140px;}
but the text is not displaying properly now; please advise, thanks :)
hi, again
that didn’t change the width of the rollover area itself – i’d prefer to actually keep the thumbnails, but for some reason when i was importing the images, some worked OK and others are seen as much larger in the post thumbnail list when editing – perhaps a flaw in the host…
regardless, the rollover to the left is now wrapping the text and to the right it still looks like about 240 pixels on hover, but i think that if the name isl onger than 100 pixels it’s going to wrap, and i just want the overall hover area to be tighter
thanks again :)
Hi webWahine!
We’ll need to see the site live and inspect what you have now in an example. You can use http://goo.gl to hide your URL if you need to.
Regards,
Devin
Thanks!
I put the thumbnails back in here –
goo.gl/6zdyuS
You’ll see how some jump out of the circle; each portfolio entry that looks odd seems to have an enlarged image in the thumbnail on the portfolio list page. I has having a lot of trouble uploading images while populating the entires.
Hi!
You can use this:
.avia-post-nav:hover .entry-info-wrap {
width: 140px;
}
.avia-post-nav .entry-info {
width: 100px;
}
.avia-post-nav.avia-post-prev .entry-image {
position: relative;
left: 20px;
}
.avia-post-nav.avia-post-prev .entry-image {
position: relative;
right: 20px;
}
Cheers!
Ismael
Thanks. With a bit of tweaking I have gotten it how I’d like it, however, the odd scaling of the thumbnails remains a mysteery – any thoughts on why it is doing that?