Hello,
I’m using X Theme 5.2.5 and i’m looking for a sticky topbar and responsive.
Atm i’m using this css for top bar :
> /* Hide social icons (optional) */
> .x-topbar .x-social-global {
> display: none;
> }
> ul.x-ul-icons {
> color: #ffffff;
> }
> .x-colophon.bottom {
> padding: 5px 0;
> }
> /* Change the topbar font size */
> .x-topbar .p-info, .x-topbar .p-info a{
> font-size:17px!important;
> }
> /* fixed topbar */
> .x-topbar {
> position: fixed;
> top: 0;
> width: 100%;
> background-color: #F0F0F0;
> }
But there is a problem as you can see on : http://8dbec2df04.url-de-test.ws/
It’s not responsive, it overpass the logo and not center.
Can you help me ?
Thanks