Links in Post Nav are too far apart from each other. How to make them closer?

magnetas / 2013-06-20 11:43:26   

Links in Post Nav are too far apart from each other. Is there any way to make them closer? Do I need to insert some code? Which would it be?
Would be a great help guys:)

arsondpi / 2013-06-20 18:10:12   

Have you got a url so we can take a look?
Otherwise were only gonna be guessing.

magnetas / 2013-06-20 22:34:15   

wpress.lt

arsondpi / 2013-06-21 07:20:58   

You're using soft returns (br tags in your source code).
I suggest to place all these links in divs and then manipulate them from a simple css rule like:

  1. #index .bot div { margin: 3px; }
magnetas / 2013-06-24 06:52:11   

not sure where to put the rule in css..
and how should the post nav look with the divs, tried it, works in a tryit editor, but not on the site..

arsondpi / 2013-06-24 11:11:49   

Insert the css rule in your style.css.

magnetas / 2013-06-25 07:34:57   

now the div's are not working. maybe i do not put the right divs?..

arsondpi / 2013-06-25 07:59:19   

There were errors and other stuff in your code.
Try this (all in one line - meaning no line breaks):

  1. <div>© 2013 wpress tc</div><div><a href="URL_HERE" target="_blank"><img src="IMAGE_URL_HERE" /></a></div><div><a target="_blank" href="URL_HERE"><img src="IMAGE_URL_HERE" alt="Hey.lt - Nemokamas lankytojų skaitliukas" border="0" height="31" width="88" /></a></div>

Replace the IMAGE_URL_HERE and the URL_HERE with the appropriate urls to your links and images.

magnetas / 2013-06-25 20:08:13   

thank You so much! it worked:) you live and learn.:)
could You help me with another small issue.. in the menu, all of the sections have a background "line" under them, but this "line" appears on the link images at the postnav too.. you can see it on the link in postnav, where "lispa" is written, there is a line under it. when i do the background: transparent in the index link, all the backgrounds from the menu dissapear.. do You know how to keep the menu highlighted and the link images on the postnav without the highlight?

arsondpi / 2013-06-25 21:48:21   
  1. #index .bot a { background: none; }

;-)
I'm closing this thread as the initial question has been answered.

This thread has been closed, thank you.