Hi Guys,
Reading through the forum I can’t believe the support you offer. Amazing.
I just have a quick question on working with a child theme. I’m a total newbie here, and I can’t find the function vantage_content_nav. I want to customize the next and previous buttons for single blog posts. Oddly, the “previous” anchor tag is separate from the span containing the back arrow, but the “next” anchor tag CONTAINS the span with the forward arrow.
So if you could just let me know where that function lives, I’ll go change it.
Thanks in advance!
URL: http://negotiators.ie/blog/2015/06/question-what-is-my-dsa-allowance/
Hi Fionaom
This is not being caused by any function, it is getting overruled by your custom CSS. To surround the entire text with the blue border please remove this entry from your CSS
and replace it with this
Let us know how you get on
Magus
Hi Magus,
Sorry. I’m not sure I got the question across very well. The anchor tag is containing the span in one case, and is not containing the span in another case. I can hack a fix in CSS, but I’d rather fix the way the page is built from the function first?
Cheers,
Hi Fionaom
The span is contained within the anchor tag for both elements. This is how your page is constructed.
The styling issues you are seeing are all due to CSS. How are you trying to style the buttons, just for the arrows or as the complete text.
Magus
You are right. I got that totally wrong. The span is inside them both!
I still don’t think I can get what I want without editing the function. I’m try to turn that span into a blue circle with a white arrow on it. That arrow is sitting over to one side
Figured it out. I can use text-align and line-height to move the arrow and that’ll do it!
Thanks for your help