Tagged: , ,

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

    I am trying to design my blog, and I have used enfold on many sites before, but this is behaving strange and I am not sure why: http://agreeordie.com/articles/

    Notice how the text is overlapping the line on the left side. This same issue also persists in single post articles.

    Second question: notice how blog posts created using the visual builder do no show any preview text, but only a read more link. Is this a problem or working as intended?

    #791221

    Hey VirtualAlex,

    Have you tried disabling your active plugins? There may be a possible style conflict.

    Best regards,
    Jordan Shannon

    #791414

    Yes I tried to disable my plugins.

    #791502

    Hi,

    Just add this custom CSS code to solve your problem:

    .post .entry-content-wrapper {
      overflow: hidden !important;
    }
    

    Best regards,
    John Torvik

    #791785

    I added

    .post .entry-content-wrapper {
    overflow: hidden !important;
    }

    Both to the quick css box in general styling and it did not work. I also added it to the custom.css file in general styling and it still has not fixed the issue.

    #791827

    Hi,

    There seems to be a style also labeled “!important” that seems to be taking effect over your style. Within your file structure try a search and replace of

    .post .entry-content-wrapper {
        overflow: visible !important;
    }

    Best regards,
    Jordan Shannon

    #791918

    Where do I search for it? I tried looking in all the CSS files and I could not find it.

    #791925

    Hi,

    I adjusted the css to the following and it seems to have worked:

    .entry-content-wrapper.clearfix.standard-content {
    overflow: hidden !important;
    }

    Best regards,
    Jordan Shannon

    #791959

    You did! Thanks so much. Will this update get broken if there is an enfold update?

    #791977

    Hi,

    No, your custom CSS code in Quick CSS field is safe. If you have added any in enfold/css/custom.css file, then please have a backup as that file will be overwritten – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Jordan Shannon

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