Home Forums WoodMart support forum HTML BLOCKS (extra menu list)

HTML BLOCKS (extra menu list)

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

    erez
    Participant

    Hello friends
    Your theme is amazing, definitely recommend to all site builders
    And your support is one of the best I have come across
    I would be happy to get help from your team of experts .

    The site I am building has a very large amount of categories
    Within HTML BLOCKS (extra menu list) I have a large number of categories (attach a screenshot)
    Is there a way in CSS code to limit the amount of categories which are displayed?
    The way I thought was to create a side scroll bar.
    For example, if Within “extra menu list” there are 10 categories, then limit the view to 5 and the rest will be displayed in the side scroll down .

    Attachments:
    You must be logged in to view attached files.
    #230627

    Hello,

    I saw the screenshot you attached.

    Sorry but there is no option in Theme Settings for that. If we try using Custom CSS it could disturb the layout of other elements.

    If you still want to CSS then try adding the following in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .menu-mega-dropdown .sub-menu {
    height: 220px;
    overflow: scroll;
    }

    Best Regards.

    #230644

    erez
    Participant

    Thank you very much, you are a genius.
    I checked the CSS code and it works fine.
    I would love to know how to modify the code that will affect a specific HTML BLOCK and not all of them

    #230650

    Hello,

    You are Most Welcome.

    Please provide a relevant screenshot of the specific item where you want to work with the URL of the website to check it myself and help you out accordingly.

    Best Regards.

    #230672

    erez
    Participant

    Hi, thanks for the help and Quick response 🙂
    I changed the code a bit and it worked out

    .menu-mega-dropdown .sub-menu {
    height: 245px;
    overflow-y: auto;
    overflow-x: auto;
    }

    Glad to know you are always there for help . You can close the post

    #230870

    Most Welcome :-)

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘HTML BLOCKS (extra menu list)’ is closed to new replies.