Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • guap Friend
    #931216

    I view the page on ipad screen (1024×768) how can I fix this?

    Link(http://alamanceeyeprosthetics.com/joomla3) Thank you.

    pavit Moderator
    #931221

    I view the page on ipad screen (1024×768) how can I fix this?

    Hi
    Could you clarify a bit what you mean ?

    Also take a look at THIS PAGE to see various screen sizes.

    guap Friend
    #931607

    The main menu is not aligned when viewed on ipad in landscape mode

    pavit Moderator
    #931625

    Add this to your custom.css

    @media (min-width: 980px) {
      .logo-control .logo-img {
        max-width: 100%;
      }
    }
    guap Friend
    #931702

    I added the code but it’s not working.

    I edit the templates – Responsive Layout – Medium – off canvas menu is displayed.

    How to hide the main menu? I only want the blue box (off canvas) to display
    Link HERE


    1. Untitled-2
    pavit Moderator
    #932256

    Hi there

    Unfortunately what you are asking is not possible to obtain – 768px is the minimum width for main menu
    This is a responsive specific feature.

    If you want to apply to your menu special reponsive settings, you can ask for customization support help at THIS PAGE

    guap Friend
    #932466
    This reply has been marked as private.
    pavit Moderator
    #932598

    I see … I want to reduce the space in between the menu item .. how can I reduce them? Thanks

    Please post a screenshot so i can better understand what exactly you want to reduce and for which screen size

    guap Friend
    #933846

    I want to reduce the space between the items of the menu tab.


    1. spaces
    pavit Moderator
    #933863

    Hi

    Add this to your custom.css file

    .nav > li > a {
    padding:10px 7px!important;
     }

    You can change the 7px value to change width

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

This topic contains 9 replies, has 2 voices, and was last updated by  pavit 8 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum