Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter maneos1123

    (@maneos1123)

    Okay, this is what I just wrote in the additional css
    .page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 0em;
    }
    and it seemed to work… At least for now =)

    Thread Starter maneos1123

    (@maneos1123)

    I tried changing what you said but did it in the customizing additional css in dashboard because of it not being a child theme and knowing when it updates those changes would be lost. But nothing happened. I tried making a child theme of twenty-seventeen but failed. Will try to make one in the future when I have the time to play around, but for now I really just want to get rid of that white empty space.

    Thread Starter maneos1123

    (@maneos1123)

    So you are saying that the blank space issue on my pages is from the line I changed to full?

    Thread Starter maneos1123

    (@maneos1123)

    This is what I have done so far and it removed the word EDIT but still has the blank space at the top where I would like the paragraph to start. I also am showing that I edited line 3202 to make the theme show as full width. Not sure if that was wrong, if so I will start a new thread for that. Below are the Changes I have made to the Twenty Seventeen theme. I made these changes to the style.css I believe
    Obviously, I am sure you can tell I am no coder.=)

    Changed Line 3203

    .page-one-column .panel-content .wrap {
    max-width: full;
    }

    (it was originally 740px)

    Changed Line 2256

    .page .entry-header .edit-link {
    font-size: 14px;
    font-size: 0.875rem;
    }

    • This reply was modified 8 years, 1 month ago by maneos1123.
    Thread Starter maneos1123

    (@maneos1123)

    The problem was within my theme and not NextGen. . A selector on the .fullwidth at line 1115 calls for a white background. Change it to transparent. Voila!!! Thanks anyway for your quick response and support.!!!

    Thread Starter maneos1123

    (@maneos1123)

    @doublesixx Thanks so much for your reply. I went and changed the codes as you advised ( in both the nextgen gallery css as well as the theme K2 for Next gen I am using) but with no luck. Any other Ideas? is there a Custom code I should add to theme options? I wish this would just work…

    For some reason my homepage image slider stopped working. I don’t know if I deleted something from the css code by accident when working on other pages, but I can’t figure it out. I am using the Blackbird theme. I have pasted the codes(?) below. Please help = /

    }
    /* #Slider Style Flexslider
    ================================================== */
    .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
    }
    .slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    }

    .slides, .flex-control-nav{
    overflow:hidden;
    }

    /* FlexSlider Necessary Styles */
    .flexslider {
    width: 100%;
    margin: 0;
    padding: 0;
    }
    .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;

    }
    .flexslider .slides img {
    display: block;
    width:950px;
    height:390px;
    }
    .flex-pauseplay span {
    text-transform: capitalize;
    }
    .slides:after {
    content: “.”;
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
    html[xmlns] .slides {
    display: block;
    }
    * html .slides {
    height: 1%;
    }
    /* No JavaScript Fallback */
    /* If you are not using another script, such as Modernizr, make sure you
    * include js that eliminates this class on page load */
    .n

Viewing 7 replies - 1 through 7 (of 7 total)