Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331588

    I looking to do a little formatting on a certain page on my website. If you click on the product quality main menu tab…than click informed choice. Half way down you will see three search fields and another box below that lets you choose the number of entries you will see. I am looking to move the “show number of entries” box to the same line as the three search boxes (and have the heading above it), space them evenly across the width of the screen, and remove about half the space between the 4 boxes and the main data table. Any help is appreciated.

    #332086

    Hey mattmosman!

    Thank you for using Enfold.

    Please try this on Quick CSS or custom.css:

    
    div#table_0_wrapper {
    position: relative;
    }
    
    div#table_0_length {
    position: absolute;
    top: 100px;
    left: 520px;
    }

    Adjust the left and top position if necessary.

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.