menus in frame theme

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) menus in frame theme

This topic is: Resolved

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1834

    Susan
    Participant

    I would like to know how to set the menu so that it is wider than 936/ I would like to set it to 1150.
    Also I would like to know how to set the site so that the mobile menu is activated at 768 and not only at 640

    Also is there a way to center the logo in mobile mode and put the menu on the right – currently it appears on the left

    thanks

    #1842

    Boaz
    Keymaster

    You can try to change the container size (not only menu, but menu+logo):

    @media (min-width: 1200px){
    .container {
        width: 1170px;
    }

    To design the logo and menu in mobile as you asked is a little more complex.
    It needs more CSS modifications.

    #1844

    Susan
    Participant

    thanks for the code – where can I access the mobile css – I did not see it under appearance – what is this style sheet called or is the mobile stylesheet not separated out of the main style sheet?

    #1846

    Boaz
    Keymaster

    You should add all the CSS changes (Desktop and mobile) under Customize > LIVE CSS.

    #1855

    Susan
    Participant

    got it
    thanks

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

The forum ‘Support (Legacy)’ is closed to new topics and replies.