• Resolved themugician

    (@themugician)


    At the moment ‘Post Author’ is aligned to the left and the ‘Post text’ is aligned to the center.
    There is no option to align them the way you want. I would like everything to be center aligned.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thank you for your inquiry.

    To center both the Author Icon and Text in the Feed Header

    This is not possible in the header without setting a fixed width on the feed. Set a width of 50% on the header and then you can center both by adding the following to the plugin’s Custom CSS section located by going to your WordPress Dashboard – Facebook Feed – Customize – Misc (tabbed page) – Custom CSS section:

    <strong>#cff .cff-header{ width: 50%; margin: 0 auto; float: none; }</strong>
    
    <strong>To center the Author Icon and Hide the Text in a Feed Header</strong>
    
    Enter this custom CSS to the plugin's settings:
    

    #cff .cff-header .fa{ float: none }
    #cff .cff-header span{ display: none; }

    To hide the Author Icon and center the Text in a Feed Header

    Enter this custom CSS to the plugin’s settings:
    `#cff .cff-header .fa{ display: none; }
    #cff .cff-header span{ display: block; }

    Should you be looking at a different element in the feed other than the Header text and icon it would be helpful to us if you could include both a link to the site page you are making reference to and identify which specific element of the feed that you are trying to center.

    In the meantime I hope you find your weekend is going great.

    Plugin Author smashballoon

    (@smashballoon)

    It looks like there may be an issue with the formatting in David’s response so I just wanted to reformat it so that you enter the correct CSS. It should be:

    To center both the Author Icon and Text in the Feed Header

    This is not possible in the header without setting a fixed width on the feed. Set a width of 50% on the header and then you can center both by adding the following to the plugin’s Custom CSS section located by going to your WordPress Dashboard – Facebook Feed – Customize – Misc (tabbed page) – Custom CSS section:

    #cff .cff-header{ width: 50%; margin: 0 auto; float: none; }

    To center the Author Icon and Hide the Text in a Feed Header

    Enter this custom CSS to the plugin’s settings:

    #cff .cff-header .fa{ float: none }
    #cff .cff-header span{ display: none; }

    To hide the Author Icon and center the Text in a Feed Header

    Enter this custom CSS to the plugin’s settings:

    #cff .cff-header .fa{ display: none; }
    #cff .cff-header span{ display: block; }

    If that doesn’t achieve what you want then if you send us a link then we can provide CSS specifically for your site/feed, as every feed is displayed differently depending on the CSS of your theme.

    John

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text Align Post author and Post text’ is closed to new replies.