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

    Hello,

    I have recently had my website designed and I have a few small issues.

    Wesbite: https://brinnick-autolocksmiths.co.uk/

    – My full width easy slider no longer shows images on all of my services pages. This was fine up until 2-3 days ago. It now just shows a large white space. I have tried disabling plugins, deleting and re-adding them, no luck at all.

    – ‘Makes & Models’ Sub-categories doesn’t scroll down properly so it’s missing some of them at the bottom. It is quite a long list which I understand may be unusual but I need to have it.

    I have tried to add the below code but it doesn’t look great and also gets rid of secondary sub categories in ‘Areas Covered’.

    .main_menu .menu ul {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    }

    Please see an image of the issue here (note that it’s missing the bottom 5 car brands in the list and it doesn’t scroll)

    Link: https://imgur.com/jDSkL86

    • This topic was modified 3 years, 8 months ago by mason7773.
    #1238158

    Hey mason7773,

    As for the menu, you need to rethink it, maybe aggregate by some criteria.

    Best regards,
    Victoria

    #1238243

    Thank you Victoria.

    This has sorted the issue for the easy sliders.

    In terms of the Makes & Models list not scrolling right down, is there no way at all for it to scroll down that extra bit more so that it shows my list properly? Even if the drop down list was smaller? or smaller writing?

    Thanks

    #1238701

    Hi,

    Thanks for the update. You can target the sub menu font size for that particular menu item using this CSS:

    #menu-item-1372 .sub-menu .avia-menu-text {
      font-size: 12px;
    }

    Best regards,
    Rikard

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