Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1401372

    additional css

    #footer strong.widgettitle {
    width: 100% !important;
    display: block;
    text-align: center;
    }

    li.dropdown_ul_available:not(#menu-item-
    5472):
    content: “▼”;
    color: #ffffa3;
    position: absolute;
    top: 31px;
    left: -3px;
    }
    .sidebar .widget {
    padding-bottom: 0!important;
    }

    entry-date published {

    display: none;
    }

    .ihf-link-back {

    display: none;
    }

    #1401490

    Hey daves1997,

    Thank you for the inquiry.

    We cannot find the blog page in the site. Please provide a direct link in the private field. Did you adjust the options in the Enfold > Sidebar Settings panel

    Best regards,
    Ismael

    #1401513

    above. code in additional css on customize Affects all pages menu bar
    Enfold Sidebar settings panel changes did nothing.
    Dave

    #1401751

    Hi,

    In the css modifications above, this css rule is invalid.

    entry-date published {
        display: none;
    }
    

    It should be..

    .entry-date.published {
        display: none;
    }
    

    Please remove the css rule and toggle or temporarily disable the Enfold > Performance > File Compression settings, then check the site again.

    Best regards,
    Ismael

    #1401775

    Didn’t work?
    #footer strong.widgettitle {
    width: 100% !important;
    display: block;
    text-align: center;
    }

    li.dropdown_ul_available:not(#menu-item-
    5472):
    content: “▼”;
    color: #ffffa3;
    position: absolute;
    top: 31px;
    left: -3px;
    }
    .sidebar .widget {
    padding-bottom: 0!important;
    }

    .entry-date.published {
    display: none;
    }

    .ihf-link-back {

    display: none;
    }

    #1401936

    Been waiting 5 days for correct answer! Not acceptable
    Dave

    #1402019

    Still no help day 6

    #1402064

    Hi,
    Thanks for your patience, when I compare your blog page (/blog/) with another page (/pine-island/) the only difference I see in the sidebar is the blog page has a left-side border, so I assume this is what you are referring to, to remove this I added this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.blog #wrap_all #main main.content {
        border-right-style: none;
    }
    

    please clear your browser cache and check.

    Best regards,
    Mike

    #1402170

    Thanks Mike You can close
    btw
    Been using bing AI To correct alot of code
    Dave

    #1402209

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Blog posts not showing right sidebar like pages. also incorrect code.’ is closed to new replies.