Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #701903

    We have top main menu and selected to have the header social icons displayed in main header area. We added the last menu item as a link with button-style. Is it possible to have this button as last element on the right, that is after the social icons?

    #701986

    Hey nicholast10,

    Can you give us a link to your site? so we can inspect further. Kindly place the details in the Private Section in your reply.

    Best regards,
    Nikko

    #703695

    Hi,

    Sorry for delay.

    Draft website is still on a development server until launch.

    Details in “private content” area below. We want the ‘RESERVEZ’ button in the top right (at the end completely) after the social network links.

    We also wish to have that button bigger.

    Thank you.

    #704691

    Hi,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    
    @media only screen and (max-width:1260px) {
      nav.main_menu {
        padding-right: 100px;
      }
    
      ul#avia-menu {
        position: relative;
      }
    
      li#menu-item-392 {
        position: absolute;
        right: -280px;
      }
    }

    This code only applies if the device has a screensize of 1260 or more, if it’s lesser it won’t work, I added this limit since it wouldn’t look good on narrow width screens. Let us know if it works :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.