You can solve this by using Flexbox. Add the following CSS code somewhere in your theme stylesheet or via dashboard Appearance > Customize > Additional CSS
.fusion-copyright-content {
display: flex !important;
flex-direction: row-reverse !important;
}
.fusion-copyright-content .fusion-social-links-footer {
margin-right: auto !important;
}
Related Posts:
- add_filter the_content str_replace after shortcode
- Correct regex for wp_embed_register_handler
- WordPress Ajax always returns a 404 error
- WordPress custom taxonomy description for each post?
- Conditional statement for parent, child and grandchild pages
- Add footer.php to WordPress child theme
- How to use SRCSET with get_the_post_thumbnail()?
- How to add a post or page tag to the list of classes appearing in the body tag’s class attribute?
- WordPress Wysiwyg Content not being displayed
- Javascript code inside “” in core WordPress files .php
- HTML table from shortcode with multiple parameters
- How do I add HTML to a PHP function [closed]
- Where would I place `wp_footer();`?
- Add itemprop Schema.org Markup to li Elements in wp_nav_menu
- WordPress automatically adding html tag around PHP code
- Missing sidebar parameter “fix” – before_content
- How Display Posts on category
- How to get the POST TITLE using the POST ID?
- ACF page while loop breaks footer while loop
- Load a page into a div with Ajax
- Converting HTML Template to WordPress Theme
- Multiple options not staying selected after saving
- Embed html in php code
- How to remove ?wp-mce-4103-20162941
- Customize position of social icons in upme plugin [closed]
- parts of url disappear when using # inside href=”” [closed]
- Position banner to right of logo in header – messed up my header file
- How to separate HTML and WordPress files
- Add .htm extention to a custom taxonomy
- Make PHP work with HTML tags
- Syntax error when I try to insert my loop into an unordered list? [closed]
- How to make modifications only to certain elements of an HTML string on the server-side?
- Function returns text instead of html [closed]
- Printing HTML codes
- Sidebar not appearing in footer, but it appears everywhere else!
- How i can get post data from database when i am getting post id from url in wordpress
- How to retrieve the data from the sever and displaying it in a page?
- How to execute html code inside php?
- Add data-id attribute to child page links
- wp_insert_post() with HTML tags using PHP
- Prevent redirect to wp-login.php
- Where can I find the inline-css of my theme header?
- Make textarea required. Help [closed]
- Remove   from the_excerpt
- Find out last 7 days of upload images, last week uploaded image from Gallery and display them in different pages
- Website completely messes up when logging out
- Calling PHP Titles inside Javascript Markup
- How can I use custom menus with a Bootstrap WordPress theme?
- Replacing WordPress Icons (menu,icons32, etc)?
- Wrap title and excerpt in a div (latest posts block)
- How do you remove header sitewide from mobile only?
- html form: redirect page after form completes submit function and posts data
- HTML Form Question
- WordPress Post Block Element not properly parsed with the_content filter
- Hide A Class and Add Custom HTML Code Using WordPress
- Add other class content with reference class value
- Configure WordPress to Use Responsive Image Rendering
- How to use data URL in WordPress?
- HTML comment cause issue in functions.php script root
- Slug duplicates once clicking on link
- Remove span tags from WooCommerce Downloads page
- How to enable HTML tags in category description without breaking the category page
- How to find and delete a menu item in php?
- My single.php page skips the first div tag
- Custom woocommerce payment gateway – Form
- opens like sitename.com/URL
- WordPress Slider is not working
- How to display post meta bellow every posts
- Add my footer menu to the header
- Make a full-width wordpress page
- Display child-page links in sidebar on both Parent Pages AND Child Pages
- Access certain Entry in HTML-Table and pass the entry-data in WP not working [closed]
- Create html tree sitemap
- Can’t get_users info by using json_encode
- scroll scrpit to particular button position to next id when click button
- Custom HTML form using PHP – help with ajax/username validation
- Code works on page-example.php by not category-example.php
- Links in footer section
- Can’t make product images clickable
- I need help implement a Javascript code into the PHP file
- Category – “No content found”
- Add options to WordPress backend
- WordPress HTML Helper
- Automatically create a loop for post ID
- WordPress – Image href for home menu nav not working
- get_post_meta is always empty when I use wp_mail
- Save Option on Database
- Implement “No related posts for this entry” into the loop?
- ACF repeater image in video poster with jquery
- Advanced Custom Fields Show PHP in Text Areas
- Sorting Problem
- Custom HTML/CSS Theme into WordPress – SEO considerations
- How to enqueue structured data as file – jsonld file seems not to work
- ‘This Field is Required.’ is Not Displaying on CF7 [closed]
- Slick slider not working on wordpress
- #038 & wordpress Help
- How can I change text on my SearchWP search results page, as this is not an editable page in WordPress?
- Get variable from url
- How can I process a form submission from an HTTP POST request?
- Allow HTML in custom taxonomy description, and show it on front end