Pagination buttons disappears

GK User
Fri Mar 04, 2011 1:21 pm
Please see the screenshot, newspro pagination button disappears when embedded in tabs, it stays there momentarily
User avatar
Expert Boarder

Konrad M
Fri Mar 04, 2011 4:00 pm
Hi,
Can you give us url to your site? :)
User avatar

GK User
Fri Mar 04, 2011 4:24 pm
solved
User avatar
Expert Boarder

Konrad M
Fri Mar 04, 2011 4:35 pm
Try add to override.css
Code: Select all
.light .nsp_top_interface div {
float:right;
position:relative;
right:0;
top:0;
}
User avatar

GK User
Fri Mar 04, 2011 4:39 pm
hmmm i see pagination fine ? did you apply konrad's code?
User avatar
Platinum Boarder

GK User
Fri Mar 04, 2011 5:06 pm
Excellent solved by Konrad Mlynarczykowski
Coffe is very nice template only weakness is top menu bar we r not finding solution for that.

Many Thanks
User avatar
Expert Boarder

Konrad M
Fri Mar 04, 2011 5:08 pm
I'm glad I helped :)
User avatar

GK User
Fri Mar 04, 2011 8:05 pm
what problem you have with top menu bar?
User avatar
Platinum Boarder

GK User
Sat Mar 05, 2011 7:45 am
The top menu bar is not having the background image with rounded corners -- it is just simple links killing the design - can Gavick team provide the solution for top menu bar?????????
User avatar
Expert Boarder

GK User
Sat Mar 05, 2011 7:59 am
i still can't see what it is you mean... please gimme a screenshot of what it is you need done...
User avatar
Platinum Boarder

GK User
Sat Mar 05, 2011 11:21 am
Please see the screenshot we wanted the top stylish menu bar with rounded corners as Gavick has done earlier in other templates like penguin mail,yourshop and postnote
User avatar
Expert Boarder

teitbite
Mon Mar 07, 2011 4:02 am
Hi

Something like this:

Code: Select all
.gk-menu ul.level0 {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background-color: white;
}
User avatar
Moderator

GK User
Mon Mar 07, 2011 4:56 am
Many Thanks for the solution, how do we increase the height of the background white border.
User avatar
Expert Boarder

Konrad M
Mon Mar 07, 2011 6:00 am
Hi
Can you give url again, please :)
User avatar

GK User
Mon Mar 07, 2011 6:25 am
We wanted to increase the height of the white background of the top menu bar.
User avatar
Expert Boarder

Konrad M
Mon Mar 07, 2011 6:31 am
Add to override.css

Code: Select all
padding:10px 0 10px 10px;

to the class which teitbite gave you above
User avatar

GK User
Mon Mar 07, 2011 6:48 am
Thanks its workings
User avatar
Expert Boarder

Konrad M
Mon Mar 07, 2011 6:48 am
Great :)
User avatar


cron