Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #825181

    Good afternoon,

    We have applied the following CSS below to adding padding to the left of our main menu ‘login’ and register’ links. We also wish to add a ‘/’ in between these menu items (not the entire menu) however this appears to not be working. Please could you offer advice?

    #menu-item-243{
    padding-left: 40px;
    }

    ul#avia-menu > #menu-item-243 > li > a:after{
    content: ‘/’;
    display: inline-block;
    position: relative;
    left: 13px;
    }

    Many thanks

    #828562

    Hey bpha,

    You can try to add the !important property after the rules and clear your cache to check if there`s any change.

    Best regards,
    John Torvik

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