Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Forum: Themes and Templates
    In reply to: Change theme

    Yes, if its not showing up, you will have to download and install it.

    Download the zip file, then go to Appearance => Themes => Add New => Upload and select the downloaded zip file and click Install Now.

    After that the theme will show up on the dashboard. To use as your theme, click Activate

    Without viewing your website, its kind of hard to tell what is causing the problem, but I think it might be the position: absolute line.

    Position absolute takes the element out of the normal flow of the page layout. Try removing it or using position: relative instead.

    The reason its not working on the home page, is because the class names are different. You need to create a new css entry, with the class names that are used in the home page.

    If you are running Firefox, you can install FireBug and it will allow you to view the class names.

    Hope that helps ??

Viewing 3 replies - 16 through 18 (of 18 total)