Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1195066
    alessandroromero
    Participant

    It has been asked before but i can’t make this posible, my site is http://www.expdx.com.

    How? Please help

    #1195123
    Friech
    Moderator

    Hi There,

    Thanks for writing in! But I’m getting this: http://prntscr.com/cnma4d please confirm the URL. And please provide us login credentials in private reply so we can take a closer look on your settings.

    Cheers!

    #1195142
    alessandroromero
    Participant

    The domain is http://www.expdx.com/ maybe is a downserver issue. Doesn’t matter

    The thing is a need to buy another X license for a new site, the HEADER most go this way: LOGO on the left, MENU centered and SOCIAL ICONS on the rigth ¿How I can do this on X? I have the last X versión and Renew is my stack of choise, but i can use any stack.

    Please help!

    #1195155
    Rupok
    Member

    Hi there,

    Thanks for writing back! I can help to achieve that but not sure what you want to do with the link on Topbar “INGRESAR A MI CUENTA”. Maybe you need to remove that first.

    Then you can add this under Custom > CSS in the Customizer.

    @media only screen and (min-width: 980px) {
    .x-topbar {
      background-color: transparent;
      position: fixed;
      right: 20%;
      top: 10px;
      width: 100px;
    }
    
    .masthead-inline .desktop .x-nav {
      display: block;
      float: none;
      margin: 0 auto;
      width: 440px;
    }
    }

    Hope this helps.

    Cheers!

    #1196769
    alessandroromero
    Participant

    Thanks, it worked!

    I have just bought a second license of X and apply that custom css for align my menu on http://www.xoch.mx

    Now, how I can make remove the rounded border of navigation links and make a square block background on hover?

    It’s posible in the customizer or there is a custom css?

    Please help, I am in love with X, but I’m not a CSS ninja 🙁

    #1196892
    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    .x-navbar .desktop .x-nav>li>a>span {
    	border-radius: 0 !important;
    }
    .x-navbar .desktop .x-nav>li>a:hover>span {
    	background-color: #000;
    	color: #fff;
    }

    Hope it helps, Cheers!

    #1197309
    alessandroromero
    Participant

    You are so much helpful, so many thanks!!

    #1197502
    Joao
    Moderator

    I am glad we managed to work.

    Have a great weekend,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1195066 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>