• If you go to http://pcoreenergy.com/ on a mobile device and click the navigation bars, the text goes over the header image and you cannot read the text. Is there a way to fix this so that there is some kind of background to the words? Also, I would like to have the navigation aligned right instead of left since that’s where the navigation bar is anyway.

    Thank you!

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello lswebs,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.


    .navbar-collapse {
    background-color : #ffffff ;
    border-bottom: 1px solid #ddd;
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

Viewing 1 replies (of 1 total)

The topic ‘Mobile Navigation Issues’ is closed to new replies.