centering or align right action bar copy

edited November 2016 in Theme support
Hi there,
In the action bar, I've been trying to center or align right next to the social icons on the same line with code I found in previous posts. It hasn't been working, either it centers it in a new bar at the top or nothing at all. Is it possible to have it aligned center or next to social icons without having it placed in bar above?

site: http://316.b09.myftpupload.com/

part of code I found:

#Action_bar { text-align: center; }

Comments

  • Hi,

    to align Slogan center, it necessary to remove social icons in the right top corner. But to align it to the right side, next to the social icons, you need to use the following css:
    #Action_bar .contact_details { float: right !important; }
Sign In or Register to comment.