[Resolved] change width pages individualy

Home Forums Support [Resolved] change width pages individualy

Home Forums Support change width pages individualy

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #224567
    Nico

    My site: http://www.dewereldvergaat.nl
    Wordpress, themes and plugins are all the latest versions.

    I would like to give the .separate-containers .inside-article area of each page their own width. I should be able to do that through CSS, but I don’t have the identification of the pages.

    In storefront it is: #post-126.post-126.page.type-page.status-publish.hentry (for page: plaatjes)
    I tried that, but it doesn’t work.

    I did:
    #post-126.post-126.page.type-page.status-publish.hentry .separate-containers .inside-article {
    padding: 15px;
    margin: 0px;
    width: 80%;
    }

    Can you help me with the id of the pages:
    plaatjes (images)
    Winkel (shop)
    Winkelmand (basket)
    Checkout
    mijn account

    #224683
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Your selector would be something like this:

    .separate-containers .post-xx .inside-article

    #224741
    Nico

    Hi Tom.

    Thanks. Works great.

    Next question: where can i find the page id of the other woocommerce pages than the shop.
    The shop is 126

    #224830
    Tom
    Lead Developer
    Lead Developer

    If you’re using Chrome, right click on the page and select “Inspect”.

    In the <body> element, you’ll see all of the classes, the ones with numbers are typically for the specific page you’re viewing ๐Ÿ™‚

    #224856
    Nico

    Great help.
    Works.
    Thanks.

    #224993
    Tom
    Lead Developer
    Lead Developer

    Awesome! Glad I could help ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.