Columner index float right......

BS6_Photography / 2014-06-25 10:13:17   

Hi,

I have looked through the forum and also googled but cant find out where/how to flip the index order around after adding 'float: right;'.

Where would I find the code to do this?

My site jimmyimage.co.uk/…

Thanks in advance

BS6_Photography / 2014-06-25 15:58:14   

I have finally managed to it. Not quite sure how as I tried this earlier but it didn't work......

Just tried it again and it worked........not sure if it is the correct way to do it but it worked so Im going with it......

  1.  #index ul {
  2.     float: right; <strong>PUTS THE MENU ON THE RIGHT HAND SIDE</strong>
  3.     width: auto;  /* the width of each column in the menu */
  4.     list-style-type: none;
  5.     overflow: none;
  6.     margin: 0px 10px 0px 10px;
  7.     padding: 0px 0px 0px 0px; 
  8. }

#index ul.section li.exhibit_title {
    float: left; MAKES THE ORDER THE CORRECT WAY ROUND
    width: auto; /* the width of each column in the menu */
    overflow: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-weight: bold;

  1.  }
BS6_Photography / 2014-06-25 16:02:11   

Hmmm messed that last post up.....

The code I attempted to post is in your themes style.css file for those who might find it useful......

This thread has been closed, thank you.