Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #821414

    It seems like my breakpoint for my website is at max-width 767px instead of 768px for tablets. My website right now doesn’t display the menu properly at 768px, is there anyway I can change the breakpoint to 768px? I tried to check under Enfold > Header > Mobile Menu but I don’t seem to have that option. Here are some pictures of what I mean.

    View post on imgur.com

    #821491

    Hey Sal,

    Would you be able to provide a link to the site so that we can inspect the page?

    Best regards,
    Jordan Shannon

    #851288

    Sorry for such a late response lol, been busy updating other stuff and total forgot about this until today. Here is the website below:

    #851290

    Here are the codes that are set to “max-width: 767px” when I do inspect element, but I don’t see these in my CSS coding. When I change these to 768px, it makes the layout perfect.

    @media only screen and (max-width: 767px)
    (index):62
    #top #wrap_all .av_header_transparency {

    @media only screen and (max-width: 767px)
    (index):62
    .responsive .logo img {

    I am going to try to write this as custom code and see what happens.

    • This reply was modified 7 years, 2 months ago by spirani91.
    #851298

    Tried changing that to 768px, still no luck. It seems like a lot of my max-widths are 767px for some reason. Like I said previously, I have no coding for 767px, only max-width: 768px, so is there something wrong in my settings or something?

    #851309

    You guys can close this topic, I resolved the issue.

    I for some reason thought the tablet break point was max-width: 768px, not max-width 767px/min-width 768px

    Changed my coding around and now everything is good

    #851430

    Hi,

    Great, glad you got it working and thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to change tablet breakpoint to "max-width: 768px"’ is closed to new replies.