Post & Page Content Issue

Home Forums Business Club Pro Post & Page Content Issue

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #346
    Anonymous
    Inactive

    All my posts and page content is looking very untidy for such a cool theme. Paragraphs don’t show no matter how many spaces, paragraph font way too small to read and just looks messy. What are best settings?

    #351
    Axle Support
    Moderator

    Hello,

    The paragraphs can be added from the text editor, the theme has nothing to do with it. Have you checked if you have added the paragraphs on the text editor itself?
    Check http://demo.axlethemes.com/business-club-pro/about-us/ here paragraphs are displaying fine, if I misunderstood your issue please let me know.

    Now about the fonts, if you do not like the font you can always change it, the theme provides you 50+ google fonts which you can change any time.
    Just go to Dashboard -> Appearance -> Customize -> Theme Options -> Font Family Option -> and change the Content Body option to your desired font.

    Now finally for the font size, if you still need to change the font size of the post/page content just go to

    Dashboard -> Appearance -> Customize -> Additional CSS and add the below given CSS.

    .entry-content p {
        font-size: 15px;
    }

    Now change the font size ( which is currently 15px ) to your requirement.

    I hope it helps.

    Regards.

    #360
    Anonymous
    Inactive

    Hi there,

    When writing in text editor it looks nice and perfect, but doesn’t look the same after posting at all. Where can i send i screenshot?
    Thanks

    G

    #365
    Axle Support
    Moderator

    Hello,

    You problem has been addressed here.

    http://axlethemes.com/support-forum/topic/update-and-editing-issues/
    Regards.

    #565
    Anonymous
    Inactive

    I’ll chime in here. There is a problem with paragraphs. In order to get a break between paragraphs, you must hit the Enter key twice to force some paragraph spacing so things are not all jammed up.

    While it’s not too bad to do that for new content…all of our old pages and posts are looking crammed. So this needs a fix to be consistent with most other themes out there.

    #566
    Axle Support
    Moderator

    Hello,

    Please add the below given CSS to Dashboard -> Appearance -> Customize -> Additional CSS

    .entry-content p {
        margin: 0 0 20px;
        padding: 0;
    }

    Hope this helps.
    Regards

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