The same concept found here: https://www.gavick.com/forums/fest-wp/arrange-header-section-44778 However, my logo needs to be centered.
Hi mjamero, Have you tried the solutions from the forum? I can not access your site, give me the htaccess account.
Hi Dominic, It's me again but with a different question. I have a small problem with the version of the website for a smartphone or tablet. Can you tell me if I can remove this header above the menu? I'm attaching a screenshot. This is a cerativity template. Thanks for the help
Hi skowal, You can add the following CSS code to your site:
div#main-menu-mobile select option[value="#"] { display: none; }
Hi mjamero, You can use the following code:
@media (max-width: 480px) { a.imageLogo, a.imageLogo img { float: none; text-align: center; margin: 0 auto; } }