Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • insiyah786 Friend
    #901427

    The footer, footer-info, footer-1, etc block height is too much. I wanted to change the height or even eliminate that whole block. I have tried turning off those blocks in the layout but everything stays. Also, I can’t see the copyright text any longer even though that module is active.

    Any ideas?

    pavit Moderator
    #901432

    Hi

    Could you post a screenshot of your desired new layout for the footer block ?

    so we can better assist giving correct details

    insiyah786 Friend
    #901495

    Please see attached


    1. original
    2. preferred
    pavit Moderator
    #901509

    Hi

    For now i applied these changes into your template.css file

    @media (min-width: 992px) {
      .footer-info .copyright {
        padding-bottom: 0px;
      }
    }
    .footer-info a.logo-footer {
      /*background: url("../images/logo-light.png") no-repeat left top;*/
      display: block;
      font-size: 13px;
      height: 30px;
     /* text-indent: -999em;*/
      width: 150px;
    }
    
    @media screen and (min-width: 1199px) {
      .t3-copyright {
        margin-top: 0px;
      }
    }

    If you want that changes will be not overrided in future updates you should create a new file in this folder /templates/ja_biz/css/ and call it custom.css then copy the above code into it.

    Best regards


    1. Screenshot_18-3
    insiyah786 Friend
    #901511

    Thank you so much. I’ll check it out and do as advised.

    Regards

    nysfda Friend
    #912410
    This reply has been marked as private.
    pavit Moderator
    #912422

    Hi @nysfda

    I added a custom.css file into /templates/ja_biz/local/css/ folder and added to it

    .t3-copyright {
        margin-top: 0px!important;
      }

    Your space in footer is reduced now

    Please double check it

    nysfda Friend
    #912479

    Thank you, but I am not noticing any difference.

    pavit Moderator
    #912482

    Thank you, but I am not noticing any difference.

    In the meanwhile you removed the module at footer with social icons published , add again the module and you will see the difference

    nysfda Friend
    #912512

    Either way there’s still a huge amount of space, please see both attached screenshots.


    1. With_SM
    2. WithOut_SM
    pavit Moderator
    #912520

    Check now

    I modified code into custom.css file


    1. Screenshot_14-1
    nysfda Friend
    #912533

    There is a little less space now. Thank you!

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 11 replies, has 3 voices, and was last updated by  nysfda 8 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum