Loading...
 
Features / Usability

Features / Usability


Re: Re: Re: Editing CSS/Template

posts: 4656 Japan

> > > I want to change how the directory looks....the columns are too close together. Where can I do this?
> >
> > Administration: Directory (tiki-admin.php?page=directory) Beyond that, edit the theme's CSS file.
> >
> > — Gary
>
> Where in the css file? I looked through it and couldn't pinpoint what controlled that.

Most/all of the CSS files have a section for each Tiki feature. If you search in the file for "Directory", you'll find the Directory selectors. The file might have comments describing the selectors.

Otherwise you can search in the source code of the page produced by your browser for the starting point of the part of the page you want to modify. If the Directory categories are spaced OK, but the list of sites goes too close to the left and right margins, maybe you'd search for "Links" and see what the next div is and if it appears to contain all of the page parts that you want to be changed.

Check a site such as CSS School for the right property and syntax to use if you're not sure.

-- Gary

There are no comments at this time.