How to fix Search position in HOT Academy template

Everything to do with Joomla! 2.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
Elva625
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sat Sep 13, 2014 9:45 am

How to fix Search position in HOT Academy template

Post by Elva625 » Sun Sep 28, 2014 7:23 am

Hello I have template HOT Academy which has a position Search which changes place when you change size of browser window, but I want to have this position always exactly in top of right collumn and don't know how to do it.
here is demo, calendar is on search position
http://demo.hotjoomlatemplates.com/academy/

User avatar
timosz
Joomla! Intern
Joomla! Intern
Posts: 88
Joined: Tue Jul 29, 2014 9:18 am
Location: Athens, Greece
Contact:

Re: How to fix Search position in HOT Academy template

Post by timosz » Sun Sep 28, 2014 7:33 am

Instead of modifying the "Search" module position, you may try assigning the module in "User3" position.
http://www.istogram.com - Joomla Agency Athens (GR)

Elva625
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sat Sep 13, 2014 9:45 am

Re: How to fix Search position in HOT Academy template

Post by Elva625 » Mon Sep 29, 2014 9:19 am

Thanks for response, but I need to have modul on top of slideshow like on http://www.vdm.com.
I think I have solved this problem. I changed this in template_css file:
.searchrow .mp_search {
position: absolute;
width: 225px;
left: 54%;
top: 0px;ss
background: transparent;
border-radius: 3px;

to this :
.searchrow .mp_search {
position: absolute;
width: 984px;
/*left: 54%;*/
top: 0px;ss
background: transparent;
border-radius: 3px;

and added to my custom_html modules code alignment to the right.


Locked

Return to “Templates for Joomla! 2.5”