-
AuthorPosts
-
May 10, 2017 at 4:56 pm #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?
May 10, 2017 at 5:16 pm #791221Hey VirtualAlex,
Have you tried disabling your active plugins? There may be a possible style conflict.
Best regards,
Jordan ShannonMay 11, 2017 at 2:31 am #791414Yes I tried to disable my plugins.
May 11, 2017 at 6:40 am #791502Hi,
Just add this custom CSS code to solve your problem:
.post .entry-content-wrapper { overflow: hidden !important; }
Best regards,
John TorvikMay 11, 2017 at 5:50 pm #791785I 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.
May 11, 2017 at 7:01 pm #791827Hi,
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- This reply was modified 7 years, 6 months ago by Jordan Shannon.
May 11, 2017 at 9:19 pm #791918Where do I search for it? I tried looking in all the CSS files and I could not find it.
May 11, 2017 at 9:32 pm #791925Hi,
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 ShannonMay 11, 2017 at 10:43 pm #791959You did! Thanks so much. Will this update get broken if there is an enfold update?
May 12, 2017 at 12:30 am #791977Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.