Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #901777

    Is there way to make the tablet header longer? I’m having trouble getting the size correct with my website. Better yet, is there a way to have it just go from Desktop to mobile view skipping tablet?

    #901796

    Hey elsrick91,

    Yes, there’s a way to make the tablet header longer, however as for skipping the tablet, I think you would need to modify the css files of Enfold. I think we can help you with making the tablet header longer, however it does look fullwidth on my end, can you give us a screenshot on how it looks on your end? and what you are trying to achieve?

    Best regards,
    Nikko

    #902340

    Here is a screenshot of how things look on my end. I guess I don’t need to hide the tablet header. Perhaps we can just make the header longer on the tablet version. As you can see the tablet logo is higher than the header… Desktop and mobile look fine.

    #902707

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 989px) and (min-width: 768px) {
      .responsive .logo img {
        min-height: 50px !important;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #903123

    That seems to work great, Thanks @Nikko

    #903258

    Hi elsrick91,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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