Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Theme Options
Align Action Bar in center instead on the left
dominikrohrer
July 2017
in
Theme Options
Hi guys
I want to align the action bar to the center instead on the left on my website webdesign-dr.ch.
How can I archive that?
Cheers, Dominik
Comments
Bryan
July 2017
Hi,
your website seems to be under construction?
thanks
dominikrohrer
July 2017
Yes exactely, but you can still see the header as it will be on the final page.
I'd like to have the telephone/e-mail on top in the middle instead of the same width as the logo underneath.
Is there any code I can insert into my own CSS to align the action bar at the center?
I used this code already to make the action bar appear in mobile and there it is in the middle.
@media
only screen and (max-width: 767px) {
.mobile-header-mini #Action_bar { display: block !important; }
#Action_bar .contact_details li.slogan { display: block !important; }
}
Bryan
July 2017
Try this custom css
.contact_details {
width:100% !important;
text-align:center !important;
}
dominikrohrer
July 2017
Thanks, it worked.
Sign In
or
Register
to comment.
Comments
your website seems to be under construction?
thanks