• Once again, I am still new to web development so please be gentle πŸ˜›

    I’m trying to make the entire menu container into one color but so far haven’t been able to do the whole thing, just the separate containers for each section (social buttons, site description, and menu).

    Here is my site: http://ba9.3dc.myftpupload.com

    I would also like to make the icon larger on screen but have been searching through the php and css files but to no avail.

    Last question, where can I find the specific HTML coding with this theme? There are no HTML files to download via sFTP transfer and I suspect it’s embedded within one of the PHP files. If I can be pointed in the direction of which file to look through, that would be spectacular.

    Thanks again and might I say that the support for this theme is pretty awesome, the snippets and other asked questions here in the forum have helped a lot.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter foleystefan

    (@foleystefan)

    And I just noticed another issue. When I go to customize and enter the Site Title and Tagline, I use a <br> tag in order to make the phone number appear under the slogan and it looks fine in the customization screen. When I go to inspect the page, it shows the <br> tag on the site.

    Is there an easy way to fix this?

    Thread Starter foleystefan

    (@foleystefan)

    Ok, so I figured out some of the issues with the menu, if you visit the page now, it only has a strip of white on each end that need to match the rest of the menu container.

    Surprised I haven’t even gotten a response yet.

    White strip:

    .navbar .navbar-inner {
      padding: 0px 0px;
    }

    Tagline: Snippet

    Thread Starter foleystefan

    (@foleystefan)

    It worked, thank you so much, I was only missing the .navbar in the coding which makes me feel a bit stupid for not realizing it.

    Still having the issue in the tagline with <br> for some reason.

    You can’t add
    in the tagline – it gets stripped out. I suggested you use the 2nd line snippet as a workaround.

    Thread Starter foleystefan

    (@foleystefan)

    I figured as much, would work in customize but after it was saved and viewed.

    I only just seen that the snippet was included with your last message, thanks again.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Menu Background (Container)’ is closed to new replies.