Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22928

    Dear Support,

    I am presently working on a site based on „Enfold“ with a lot of identical sub-pages concerning schools in Australia.

    For these special subpages I made a sample page/Template with the avia layout builder and this works fine, but I would like to reduce the space/distance between the single elements oft the lists in the middle part of the page and probably also the spacing between the single lines. How can I do this without an impact to rest of my regular non-school sites?

    A screenshot you can find here:

    https://dl.dropboxusercontent.com/u/939043/HSAnew%20saple%20site%20130507.jpg

    #117864

    Hi,

    Please provide a URL to the location where this event is taking place. Since there are so many ways to customize this theme, there is no sure way for us to know that we are dealing with the same built. Also a number of updates have already been released for the theme, and we can not be sure what version you are using.

    Your best bet is to mask the link using http://www.goo.gl . Please also take a screen capture of the page and point out what you need done using tools available on imgur.com or other free image hosts.

    *A screenshot by itself though will still not help since we need to look at the source code in order to provide a meaningful solution.

    Thanks,

    Nick

    #117865

    Hi Nick,

    – O.K, screen capture you’ll find here:

    https://dl.dropboxusercontent.com/u/939043/List%20Spacing.jpg

    Target would be to reduce the hight of the hatched areas

    – URL to the location where this event is taking place

    http://wp11077347.server-he.de/schulen-im-programm/schulen/kedron-state-high-school/

    Thanks for your help,

    Harald

    #117866

    Hi,

    Your problem I think is that you have some members of list taking 1 line some 2 and others 3 lines. So you can’t set a standard height. If you can make each list member be of equal length, you can use this

    #top .entry-content div li {
    height: 5em;
    }

    if not, then use a span for each like

    <li>
    <span style ="line-height: 1em;">
    List Item 1
    </span>
    </li>

    Thanks,

    Nick

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Spacing between list elements and lines’ is closed to new replies.