Dostosowanie stylów i układu na stronie kontaktowej
This commit is contained in:
@@ -50,6 +50,15 @@
|
||||
<link rel="stylesheet" type="text/css" href="/plugins/slick/slick-theme.css">
|
||||
<script type="text/javascript" src="/plugins/slick/slick.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
if ( window.location.pathname === "/contact" )
|
||||
{
|
||||
$( '#one-column-layout #left' ).hide();
|
||||
$( '#one-column-layout #content' ).attr( 'style', 'width: 100%; left: 0;' );
|
||||
$( '.breadcrumb, #homepage-carouselslider' ).hide();
|
||||
$( '#webpage-show' ).attr( 'style', 'padding: 25px;' );
|
||||
}
|
||||
|
||||
jQuery( function($)
|
||||
{
|
||||
$( '#logos').slick({
|
||||
|
||||
Reference in New Issue
Block a user