Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Master] - Aligned content_top - catalog/view/template/product/search.twig file #10630

Merged
merged 2 commits into from May 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 3 additions & 6 deletions upload/catalog/view/template/product/search.twig
Expand Up @@ -6,8 +6,7 @@
{% endfor %}
</ul>
<div class="row">{{ column_left }}
<div id="content" class="col">
{{ content_top }}
<div id="content" class="col">{{ content_top }}
<h1>{{ heading_title }}</h1>
<div class="row">
<div class="col"><label for="input-search" class="col-form-label">{{ entry_search }}</label></div>
Expand Down Expand Up @@ -96,10 +95,8 @@
{% else %}
<p>{{ text_no_results }}</p>
{% endif %}
{{ content_bottom }}
</div>
{{ column_right }}
</div>
{{ content_bottom }}</div>
{{ column_right }}</div>
</div>
<script type="text/javascript"><!--
$('#button-search').bind('click', function () {
Expand Down