What's new

Welcome to the forum 👋, Visitor

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

Search results

  1. A

    responsive menu

    Find the menu code you like for mobile. Add it below the current menu. Add those I posted above and we will see it then.
  2. A

    responsive menu

    I'm not a css expert either. I faced the same issue with you some years ago and I solved it. I can help you further if you want.
  3. A

    responsive menu

    The code I gave you itself does nothing. You need to have the two menus to work. The current one will have id="navigation-desktop" and the second one that will be added for mobile devices will have id="navigation-mobile". Only then the above code will work.
  4. A

    responsive menu

    No, you will not have two sites. You will have two menus. The code I posted tells the browser if width is 500px or less show the mobile menu. If width is 501px or more, show the desktop menu. The rest of the page remains the same.
  5. A

    responsive menu

    I guess the best you can do is have two menus, the horizontal one that you have right now and a second one vertical or whatever you like (you can find many examples with a simple Google search and toggle them via: @media only screen and (max-width: 500px) { #navigation-desktop { display...
  6. A

    Blank space below some pages

    I made a website and I have an issue. Some pages that have height less that 900px have a blank space below them, as shown in the image. I can provide the url if needed and if it is accepted by the rules. How can I get rid of it? html tag ends just above this gap.

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back