Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • librandi Friend
    #953573

    hi,
    is it possible to have this module full screen only on small screen?
    tks


    1. Cattura-12
    Pankaj Sharma Moderator
    #953616

    Hi
    The module is full width, this is the normal padding applied on the container columns on full site .
    columns are standard classes used in whole site : http://prntscr.com/bxz9o6
    Let me know if still you want to remove the padding , i will help you to do this .

    librandi Friend
    #954321

    if I remove the padding in footer, on the left the image are cut, see screenshot, I woull remove padding only on small screen, is it possible?


    1. Cattura-13
    Pankaj Sharma Moderator
    #954332

    Hi
    Add below code in custom.css file to remove padding for this block in small screen

    @media (max-width:468px) {
    #section-98 > div  > div > div > div > div {padding-left: 0px;padding-right:0px;} }

    save and check , it will use the maximum width of container .

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 8 months ago.

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