Archived topic
nav on featured image of posts
13 replies · Started by Anil on May 30, 2021
I have hooked a div with a class "my-posts-nav" placed before "generate_before_content"
I would like to place this div on featured image on top, please guide...
please suggest css solution for above-mentioned issue
Hi there,
can the URL you provided is unavailable - can you confirm the correct URL?
it is there
That link takes me to a page stating:
This account is temporary On Hold. Please check your billing for outstanding invoices
and the Report Center for any unaddressed Resource usage Incident Reports.
i feel this domain is working....
Still getting the same 'error' page with that URL as well
i checked with google, it is there....
Dear David,
I checked with hosting people, they say it needs to clear DNS cache, actually last week i shifted the hosting, probably at your end (UK), dns might not be propagated well ???
regards
Hi there,
Are you trying to achieve something like this?
https://www.screencast.com/t/KIMcxYgYO
If so, try this CSS, feel free to adjust the numbers.
.my-posts-nav {
position: absolute;
left: 50px;
right: 50px;
z-index: 999;
top: 200px;
}
.inside-article {
position: relative;
}
Thanks Ying it is working.
Left arrow anchor height is 32px, and right arrow height is 36px...
please suggest css to balance this text height there
Try this CSS:
.my-posts-nav .post-navigation .nav-previous {
display: flex;
}
Perfect, thanks to you and David also for trying help.
Nice :)
We are always glad to help!