shop page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #377518
    MeesterGijs
    Spectator
    Hello, I addded this code to move the products more to the left. But I also influenced my homepage. How can I be more specific in the code so that it only shows up on the shop page? code used: /* WINKEL linker column verwijderen */ @media only screen and (min-width: 850px) { .woocommerce-shop .div.row > div.col-md-3 { display: none!important; } div.row > div.col-md-9 { width: 100%!important; }} Thanks! Gijs
    #377579
    Veronica
    Moderator
    hi this will happen for sure because see http://prntscr.com/26cbyl2 you have selected all the div.col-md-9 in row so if you specify the page id class still this will happen so this code can't be implemented in this way
    #377583
    MeesterGijs
    Spectator
    Could you help me implement the code the correct way?
    #377655
    MeesterGijs
    Spectator
    We can close this one. Got a different solution at another ticket. Thank you! :)
    #377669
    Veronica
    Moderator
    thanks for your confirmation
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘shop page’ is closed to new replies.