category page mobilee

This commit is contained in:
merdan 2020-02-19 17:22:19 +05:00
parent 2497b18263
commit 79caef8825
4 changed files with 5 additions and 11 deletions

View File

@ -2142,13 +2142,6 @@ choose_seats_content > div.tab-pane.fade{
background-color: rgba(211,61,51,1);
border-color: rgba(211,61,51,1);
}
#mobile {
display: none !important; }
@media only screen and (max-width: 992px) {
#mobile {
display: block !important; } }
#mobile .navbar-brand {
position: absolute;
left: 50%;

View File

@ -1,4 +1,4 @@
<nav>
<nav class="w-100">
<div class="container">
<ul class="nav u-nav-v1-1 g-mb-20 category-filter" data-btn-classes="btn btn-md btn-block rounded-0 u-btn-outline-lightgray g-mb-20">
@ -30,4 +30,4 @@
</li>
</ul>
</div>
</nav>
</nav>

View File

@ -1,5 +1,6 @@
@if(!empty($musical->events) && $musical->events->count()>0)
<section id="konserty" class="container" style="background-image: url({{asset('assets/images/bg/konserty.jpg')}}); background-repeat: no-repeat; background-size: 100%; padding: 100px 0;">
<section id="konserty" class="container" style="background-image: url({{asset('assets/images/bg/konserty.jpg')}});
background-repeat: no-repeat; background-size: 100%;">
<div class="tab-header d-flex justify-content-between col-12">
<h2 class="">{{$musical->title}}</h2>
<div style="height: 5px; margin-left: 5px; position: absolute; bottom: 0px; width: 100px; background-color: #ffffff"></div>

View File

@ -14,7 +14,7 @@
<h5 >{{$cat->title}}
<div class="title-bottom-line"></div>
</h5>
{{-- <a class="red_button" href="{{$cat->url}}">{{__("ClientSide.rep")}}</a>--}}
<a class="red_button" href="{{$cat->url}}">{{__("ClientSide.rep")}}</a>
</div>
<div class="row mt-2">
@include("Shared.Partials.FilterMenu")