-
AuthorPosts
-
March 13, 2014 at 2:39 pm #236931
Hello there guys,
I am having a couple of minor styling issues I’d like to fix regarding how a few headers and descriptions show up within a box rendered by OptimizePress plugin, which I am using to build a few pages within Enfold.
Since I’d really like to use Enfold as the backbone of the site and also the forum I already set up which looks awesome on Enfold, would you be able to suggest some Css to add within the quick CSS box to fix the issue?
You can see what I mean in the following 4 screenshots (2 correct styling without Enfold and 2 styling issues with Enfold):
https://www.dropbox.com/s/bh8ogrcqao9vmsg/1-correct%20styling%20without%20Enfold%20%28theme%20twentyfourteen%29.jpg
https://www.dropbox.com/s/y57iri0sv0e1cce/2-Styling%20issue%20with%20Enfold.jpg
https://www.dropbox.com/s/diulkymz3c65vfx/3-correct%20styling%20without%20Enfold.jpg
https://www.dropbox.com/s/m81fdugj4no32lh/4-styling%20issue%20with%20Enfold.jpgHope there’s a fix ;-)
Thanks
Antonio
- This topic was modified 10 years, 8 months ago by abortolotti.
March 14, 2014 at 11:08 am #237523Hey Antonio!
Please post a link to the website.
Best regards,
PeterMarch 14, 2014 at 12:45 pm #237570This reply has been marked as private.March 14, 2014 at 6:54 pm #237776Hey!
Please use this on Quick CSS or custom.css:
.op-plugin .content { border: none; }
Go to Enfold > Styling > choose Stretch Layout.
Best regards,
IsmaelMarch 14, 2014 at 7:49 pm #237796HI Ismael,
the fix kind of worked, in the sense that the blue vertical line on the border has been removed, however I guess there maybe some more code missing that would resize the frame accordingly and therefore place the written content inside as it shows in the correct view.
See the examples (I repost here the links to the 4 snapshots I put above):
https://www.dropbox.com/s/y57iri0sv0e1cce/2-Styling%20issue%20with%20Enfold.jpg
https://www.dropbox.com/s/diulkymz3c65vfx/3-correct%20styling%20without%20Enfold.jpg
https://www.dropbox.com/s/m81fdugj4no32lh/4-styling%20issue%20with%20Enfold.jpg
Thanks! You guys are stars, like always!
Antonio
March 16, 2014 at 4:48 pm #238318Hi!
Try this code to remove the unnecessary padding:
.page-listing .content{ padding-top: 0; padding-bottom: 0; }
Regards,
PeterMarch 16, 2014 at 9:17 pm #238385Works like a charm! You guys are wizards!!!!!
Thumbs up every time!
Thanks
Antonio
March 16, 2014 at 9:28 pm #238395Hey!
Great :)
Regards,
Peter -
AuthorPosts
- The topic ‘Styling issues with Enfold and OptimizePress plugin’ is closed to new replies.