- Posts: 17
- Thank you received: 0
Template Layout
-
kinniya
Inactive member - Topic Author
- New Member
Less
More
2 years 7 months ago #49116
by kinniya
Template Layout was created by kinniya
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 7 months ago #49117
by milos
Replied by milos on topic Template Layout
Hello,
The search row should appear in the original template when you click on the magnifier icon. See our demo. If you want to make it always visible, please delete the class name "searchrow" (on the left side of the row). Some CSS tweaks may be needed after that.
Don't forget to index your content in Components > Search > Index.
What will be included in the search results, depends on which search plugins are installed and published in the plugins manager.
Regards,
Milos
The search row should appear in the original template when you click on the magnifier icon. See our demo. If you want to make it always visible, please delete the class name "searchrow" (on the left side of the row). Some CSS tweaks may be needed after that.
Don't forget to index your content in Components > Search > Index.
What will be included in the search results, depends on which search plugins are installed and published in the plugins manager.
Regards,
Milos
Please Log in to join the conversation.
-
kinniya
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 7 months ago #49120
by milos
Replied by milos on topic Template Layout
Hello,
Try adding this to template_css.css file:
Regards,
Milos
Try adding this to template_css.css file:
Code:
.toprow p {
margin: 0;
}
Regards,
Milos
Please Log in to join the conversation.
-
kinniya
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
2 years 7 months ago #49122
by kinniya
Replied by kinniya on topic Template Layout
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 7 months ago #49124
by milos
Replied by milos on topic Template Layout
Hello,
To center the search add this in CSS:
The module positions of all our templates are listed here: demo.hotjoomlatemplates.com/module_positions/
Regarding the warning, I don't know where it comes from. Please check the extensions you are using. It's not coming from our template.
Regards,
Milos
To center the search add this in CSS:
Code:
@media (max-width: 767px) {
.mp_top4 {
width: 100% !important;
text-align: center;
}
}
The module positions of all our templates are listed here: demo.hotjoomlatemplates.com/module_positions/
Regarding the warning, I don't know where it comes from. Please check the extensions you are using. It's not coming from our template.
Regards,
Milos
The following user(s) said Thank You: kinniya
Please Log in to join the conversation.
Time to create page: 0.156 seconds