Correct Dashicons in mobile versione

Homepage Community Forums Aspire Theme Support Correct Dashicons in mobile versione

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22368
    davide96
    Customer

      Hi,

      I’d like to align my dashicons of menu in mobile version. If you see my blog by mobile you understand. http://www.davidepappalardo.it

      Icon of menù(3 small lines) isn’t align with my logo. This must be on the top-left

      How can i do?

      I will attend
      Thanks a lot

      #22411
      scooby
      Customer

        Hi, It usually shows up in the center on most sites. Have you added anything that changed it?

        I think it will fix it if you change the text-align: left to text-alignn: center; ….Then it will show up in the middle.

        Line 1451 in your CSS –

        /* Responsive Menu
        --------------------------------------------- */
        
        .responsive-menu-icon {
        	cursor: pointer;
        	display: none;
        	margin-bottom: 10px;
        	text-align: left;
        }
        #22391
        davide96
        Customer

          I will attend…

          Thanks

          #22431
          davide96
          Customer
            This reply has been marked as private.
            #22446
            scooby
            Customer

              Hi, did you see my reply?

              If you want to adjust the position then you would need to edit that part of the code I posted previously. It will only display to the left, center, and right. If you want to change it anymore beyond that, then you would need to either create the CSS and redesign the code, or hire a developer to code it up for you as it will take some time/effort if you want it to look different than it does.

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