Logo not responsive – rhs cut off

Homepage Community Forums Epik Theme Support Logo not responsive – rhs cut off

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #12543
    rdavid
    Customer

      Hi Guys, I’ve been through the forum and have tried all the suggestions I’ve come across for getting the logo to be responsive but it keeps getting cut off on iphone and ipad. kettlebelltrainingacademy.co.uk

      Please Help

      #12545
      theapril
      Customer

        Have you tried floating the top menu right? It seems to be moving left in a smaller screen.

        #12549
        rdavid
        Customer

          Hi There, yes I have it floating right.

          It’s like the logo is not risizing on iphone portrait and ipad landscape. But yes I see what you mean about it moving left.

          Any other ideas?

          #12553
          theapril
          Customer

            Have you considered using the secondary menu, instead of the header widget area?

            #12554
            rdavid
            Customer

              Thanks but it’s not the look we want. This should be fairly straight forward I would have thought.

              #12555
              theapril
              Customer

                I think the issue is a cross between the header image not being the standard size and the widget area not being centered. Well, that’s all I’ve got. I hope someone comes along and helps out.

                #12556
                rdavid
                Customer

                  Thank you for your time

                  #12557
                  rdavid
                  Customer

                    For anyone else that has this problem…

                    In iPad section I changed the size of the title area and widget area after I separated them from the sidebar and content width, respectively. Still haven’t figured out the iphone logo rhs cut off – think the logo needs some sort of re-size code for small screens, but that’s beyond my current abilities.

                    ipad change looks like this (for 100h x 360w logo)…

                    .content {
                    width: 620px;
                    }

                    .site-header .widget-area {
                    width: 560px;
                    }

                    .sidebar-primary {
                    width: 300px;
                    }

                    .title-area {
                    width: 360px;
                    }

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