I would like to change the size and colour of the button so it is more visible? make the button bigger and darker grey.
Or is there a way to have it always open? or is i this a bad idea for smaller screen sizes?
https://www.dropbox.com/s/zoza0t4u2kozva3/2.PNG
Hey Jamie A!
Please add following code to Quick CSS
#top .avia-post-nav { background: rgba(0,0,0,0.4); padding: 20px; }
I think that is a bad idea. Please try the code above and if you would like to customise further, let us know
Regards,
Yigit
Thanks for your help and advice when I added the code the image inside the navigation is not centred
http://shutterliving.com/bookshelf/
can you see my website now ?
Hey!
Try the following:
.avia-post-prev .label,
.avia-post-next .label{
left: auto !important;
margin: -11px auto !important;
}
Best regards,
Günter
Hey Gunter, thanks for the advice however it still looks strange (do i remove the code that yigit recommends? so just use your code? or do i use both
Hi!
Try to replace my code with:
.avia-post-prev .label,
.avia-post-next .label{
left: auto !important;
right: auto !important;
}
On FF it now looks OK together with the code from yigit.
Cheers!
Günter
I’ve had to remove it as it is bugging ? any ideas?
I have temporally removed the navigation for other issues I will reopen this topic when I have resolved the outstanding issues
I can mark this as resolved, I am currently happy with the way it is working !
Thanks All.