How do I clear blank ?

Home Forums Omega How do I clear blank ?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #2040
    mhmtcbn
    Participant

    Hello,

    There is a blank area below on the posts, I want to clear that area, how can I do it ?

    You can see below adress and picture.

    http://www.siksorulansorular.org/okul-tasiti-nedir/

    http://i.hizliresim.com/A2YO3q.jpg

    #2042
    han
    Keymaster

    You can reduce the bottom margin via CSS.

    .entry {
        margin-bottom: 20px;
    }
    #2046
    mhmtcbn
    Participant

    I added my css file but it is not reduce 🙁

    #2073
    han
    Keymaster

    try this

    .navigation {
        margin: 10px 0;
    }
    #2082
    mhmtcbn
    Participant

    it didn’t work 🙁 how can I delete navigation part because I didn’t use

    #2084
    han
    Keymaster

    Please delete the above and try this.

    .singular .entry {
        margin-bottom: 10px;
    }
    .singular .navigation {
        display:none;
    }
    #2086
    mhmtcbn
    Participant

    There is no code like this in my css file.

    But I found below codes in css file

    /* Entry Navigation
    --------------------------------------------- */
    
    .navigation {
    	clear: both;
    	font-size: 14px;
    	margin: 20px 0;
    }
    
    .entry .navigation a {
    	border-bottom: 1px solid #ddd;
    }
    
    .navigation li {
    	display: inline;
    }
    
    .navigation li a {
    	background: #333;
    	border-radius: 3px;
    	color: #fff;
    	cursor: pointer;
    	display: inline-block;
    	padding: 8px 12px;
    }
    
    .navigation {
        margin: 5px 0;
    }
    #2093
    han
    Keymaster

    You need to add my custom css to “Appearance > Customize > CSS”. If you want to update style.css, I suggest to use “Omega Child theme

    #2094
    mhmtcbn
    Participant

    I added below code with “Appearance > Customize > CSS” but again it didn’t work

    .navigation {
        margin: 10px 0;
    }
    #2097
    han
    Keymaster

    Use this one

    .singular .entry {
        margin-bottom: 10px;
    }
    .singular .navigation {
        display:none;
    }
    #2115
    mhmtcbn
    Participant

    This is working, it looks great.

    Thank you.

Viewing 11 posts - 1 through 11 (of 11 total)

You must login to reply to this topic.