Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1242228

    Hello, can you tell me if it’s possible to align the secondary menu in de center of the topbar of the following website:
    https://redivy.nl

    Beste regards,
    Martijn Koster

    #1242275

    try this on quick css :

    @media only screen and (min-width:768px) {
    	.av_secondary_right .sub_menu {
    		float: left;
    		position: relative;
    		left: 50%;
    		-webkit-transform: translateX(-50%);
    		transform: translateX(-50%);
    	}
    }

    maybe an !important might be necessary on the given rules like float or positon.

    #1242469

    Works like a glove! Thanks for the help!

    #1242697

    Hi TenMediaNL,

    Great, I’m glad that you got it working and thanks @guenni007 for helping out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1242725

    Hey Rikard, you can close the topic!

    #1242992

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Secondary menu align center in topbar’ is closed to new replies.