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.
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
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