Dear InkThemes Support, Can you please help me how do I align the logo into the center as the preferred alignment please. In desktop or widescreen devices, it is located on the left but I wanted it to occupy stretched the entire center/middle header region. (It works great with mobile devices though as it automatically centers itself, thanks for the previous support). dev site is here: http://bit.ly/2aiufOg Thank you and looking forward. Cheers, Santiago
Hi, Santiago.. Greetings from InkThemes! Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .logo { text-align: center !important; margin-left: 304px; } @media only screen and (max-width: 990px){ .logo { margin-left: 0; } } @media only screen and (max-width: 990px){ .logo { margin-left: 0; } } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com