Divs are not appearing on pages

Home Forums WordPress Themes – Premium Flat Responsive Divs are not appearing on pages

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16381

    No matter where you insert a div in the editor, it will not show on the published page. Please advise…

    #21555
    Anonymous
    Inactive

    Hello Reginald,

    Please insert the div in “Text” mode of editor, div does not work with visual mode.

    Thanks

    #21560

    Thanks for the prompt response. I made a mistake in the initial question.

    I am actually referring to horizontal lines. Is there not a style defined for the


    tag?

    #21561

    hr {
    border-top:1px solid #e2e5e7;
    height: 1px;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
    }

    The horizontal line shows up in the “Visual Editor”… You can see the tag in “Text Mode”.

    I have republised the page multiple times… No Horizontal lines in the browser I.E. or Chrome. Tags are present starting at lines 664.

    Link below:
    http://partyjump.business-pages-online.com/testimonials/

    #16382
    Anonymous
    Inactive

    Hi Reginald,

    Please use the following css to fix the issue:

    hr {
    border-top:1px solid #e2e5e7 !important;
    }

    We find a bug, we will fix that in next version.

    Note: Please use the custom css plugin or Child theme so the changes does not lost on theme updates.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.