-
AuthorPosts
-
May 19, 2015 at 5:52 am #446210
Im adding a new slider to my site/homepage. I cannot figure out how to remove the margin above and below the new slider, please let me know how. Thank you.
May 19, 2015 at 6:15 pm #446618Hey rrdr!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-2479 #main>.container_wrap>.container>.content { padding: 0; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
and disable CSS minifying feature before applying the codeRegards,
YigitMay 19, 2015 at 7:17 pm #446652Thanks for getting back to me. I followed your instructions, turned off the minify css and added the code to the quick css. That change did not work. Its seems margin is coming from the class/css below, and Im not sure how to change that.
Looking at the code and CSS, I see:
class=”template-page content twelve alpha units”
and CSS
border-bottom-color: rgb(68, 68, 68);
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(68, 68, 68);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(68, 68, 68);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(68, 68, 68);
border-top-style: none;
border-top-width: 0px;
box-sizing: content-box;
clear: left;
color: rgb(68, 68, 68);
display: block;
float: left;
font-family: ‘Open Sans’, HelveticaNeue, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
font-size: 13px;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
height: 635px;
line-height: 21.4500007629395px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-height: 1px;
padding-bottom: 50px;
padding-left: 0px;
padding-right: 0px;
padding-top: 50px;
position: relative;
vertical-align: baseline;
width: 910px;
z-index: 1;May 19, 2015 at 7:27 pm #446656 -
AuthorPosts
- You must be logged in to reply to this topic.