I'm having an issue with the next and previous buttons at the bottom of the page display vertically instead of horizontally in I.E 7
See here:
normanUK wrote:Can you please provide a live link so we can offer a css solution which will fix this. Thank you.
See you around...
#article-index ul li, div.pagination ul li { display: inline; }
normanUK wrote:Try below
Find File: /templates/gk_finance_business/css/ie7.css
Add below code at the bottom of page.
- Code: Select all
#article-index ul li, div.pagination ul li { display: inline; }