• Hi there,
    This should be really simple but it’s beaten me!
    I have a page that I want to appear as a popup in it’s own window.
    It’s a list of price lists and will be fired from a button (just like a normal popup).
    The width will apply to just this page

      The code I have in the custom CSS is

      body {
        margin-right: auto;
        margin-left:  auto;
        max-width: 960px;
        padding-right: 10px;
        padding-left:  10px;
      }
      .wrapper {
        max-width: 960px; /* 20px smaller, to fit the paddings on the sides */
      
        padding-right: 10px;
        padding-left: 10px;
      
        /* ...  */
      }

      This changes the container and works but I can’t change the border outside it.
      Help please
      Paul

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Apologies if I’m missing something obvious. Exactly how do I get to this popup price list from the link you provided? All I can seem to get are the image modals.

    Thread Starter ageingdj

    (@ageingdj)

    Apologies for not updating this but I’ve been insanely busy!
    I cracked this with a combination of WordPress Gallery Ecommerce galleries & albums for the actual price lists and combined it with Popup Maker popups.

    Thanks
    Paul M

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Single page width’ is closed to new replies.