Support Forum

  • Page:
  • 1

Joomla Search Results CSS

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I wanted to place the search box in a fixed spot within the menu in the Ascent template. I accomplished that by adding the following to the custom.css

.finder {
height: 18px;
margin-left: 625px;
width: 275px;
margin-top: 5px;
margin-bottom: 5px;
padding-bottom: 5px;
padding-top: 5px;
position: fixed;
}

my only problem is that the results screen is also fixed to the same position. I tried to change the css for the results but no such luck. Any suggestions would be greatly appreciated.

ct.nwexoticvet.com/joomla30

Thanks!
  • nwexoticvet's Avatar
  • nwexoticvet
  • 6 Month Developer
  • 16 posts
  • Karma: 0
The administrator has disabled public write access.
Hi there,

Sounds like you need to be more specific with your css.

eg #navwrap .finder {}

That will only target a class called finder int he navigation.

Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Thanks, that worked perfect!
  • nwexoticvet's Avatar
  • nwexoticvet
  • 6 Month Developer
  • 16 posts
  • Karma: 0
Last Edit: 10 years 6 months ago by nwexoticvet.
The administrator has disabled public write access.
Thanks for the update

Good luck with the site

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers