• sacconi

    (@sacconi)


    Why on mobile I cant reduce the distance of the search box from the right-edge? I’m using

    @media only screen and (max-width: 769px){  #secondary{ 
    padding-right:5px;
    }
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator threadi

    (@threadi)

    The above code increases the spacing. The actual spacing is set here:

    /* mettere la distanza a destra sui cell alla foto search and filter con gettext */
    @media only screen and (max-width: 769px) {.archive #block-4,
    .search #block-4,
    .home #block-4
    { padding-right:18px;
    }
    }

    There you have to adjust the value to your preferences.

Viewing 1 replies (of 1 total)

The topic ‘padding not working’ is closed to new replies.