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

    Hi there
    I would like to make the links in my footer menu not bold please if you can help?
    Also i am finding some mobile responsiveness issues with tablet only in landscape mode.( In portrait mode it is fine) The menu is not turning into a mobile nav and also down the page, under updates the FB feedbox is covered by the text to the right although they are in 1/3 + 2/3 layout structure.
    Thank you very much.

    • This topic was modified 8 years, 8 months ago by norwestarch.
    #479147

    Hi norwestarch!

    It looks like you fixed the mobile menu issue.

    For the footer links it’s from some custom CSS your using but you can use this to override it.

    #footer a {
      font-weight: normal !important;
    }

    For the facebook widget I’m not sure if there is anything we can do there for you. The widget needs a minimum width and there just isn’t enough space there. We could set the column overflow to visible but then your paragraph text would be displayed on top of it and it would look even worse. If you’d like we can give you some CSS to hide it on that specific screen size.

    Best regards,
    Elliott

    #479343

    Hi Elliott,
    Thanks for the css for the footer links.
    The mobile menu issue however is not resolved. It is only in landscape mode that the menu doesn’t go mobile on an i pad. In portrait mode it is fine.
    Re the FB feedbox – on anther site that I have this same plugin (also taking up 1/3 content) it works and seems to have enough room. The link is below. Thanks for your time so far.

    #479783

    Hi,

    You can set the mobile menu to apply for tablets as well by going to Enfold–>Header–>Mobile Menu and change the setting there. If you should prefer a custom pixel value you can use the following in Quick CSS:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Please change the value 1024 to the value of your choice.

    Regards,
    Rikard

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