[SOLVED] Issue: Next & previous button display vertically

GK User
Mon Jan 02, 2012 10:42 pm
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:
User avatar
Senior Boarder

GK User
Tue Jan 03, 2012 6:27 am
Can you please provide a live link so we can offer a css solution which will fix this. Thank you.

See you around...
User avatar
Platinum Boarder

GK User
Tue Jan 03, 2012 1:34 pm
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...

There was a live link provided in the original post, please click on "See here" in the original post.

Thanks
User avatar
Senior Boarder

GK User
Wed Jan 04, 2012 2:03 am
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; }
User avatar
Platinum Boarder

GK User
Wed Jan 04, 2012 3:39 am
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; }


Excellent! This one worked.

Thanks :)
User avatar
Senior Boarder

GK User
Wed Jan 04, 2012 4:22 am
No problem at all , marking this topic as solved.

See you around...
User avatar
Platinum Boarder


cron