• I was able to move the products I have, but not the title.

    This is the code that I used

    @media only screen and (max-width: 768px) {
         #home-shop ul.products {
    top: 30px;
    }

    The title is in h1, so I tried this code but it didn’t worked

    #home-shop ul.products header h1 {
        top: 20px;
    }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Move Feature product title’ is closed to new replies.