- This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Aspire Theme Support › Correct Dashicons in mobile versione
Tagged: dashicons, mobile version
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
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;
}
I will attend…
Thanks
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.