Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1028361

    Hello,

    I am using a pdf flipbook viewer by https://flowpaper.com on the home page of my website. How can I make it full-width and height with no padding around the sides and the top?

    Here is an example of what I want it to look like: http://christinaberan.com/wordpress/
    The pattern background extends to the edges of the screen and to the top behind the logo and navigation icon.

    The site I am trying to fix looks like this: http://dcselevation.com I want to get rid of the white padding at the top bottom and sides.

    The Flowpaper WordPress app are installed on both sites. https://wordpress.org/plugins/flowpaper-lite-pdf-flipbook/

    Sign in credentials are below.

    #1028726

    Hey RobinAParker,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-3917 #main .container {
      padding:0; 
      margin:0; 
    }

    Best regards,
    Rikard

    #1028884

    Hello,

    I added the code below to the Quick CSS under Enfold>General Styling. Now there is no padding on the left, but there is still padding on the right side, top, and bottom. Any suggestions?

    .page-id-3917 #main .container {
    padding:0;
    margin:0;
    }

    Thx!
    Robin

    #1029025

    Hi,

    Thanks for the feedback. Please try this instead:

    .page-id-3917 #main .container {
      padding:0;
      margin:0;
      width:100% !important;
    }

    Best regards,
    Rikard

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