Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #350220

    hi i did a little css tweaking to this site

    http://176.32.230.26/warringtonsmileclinic.co.uk/questions/

    For some reason the bar that shows the page title is underlapping the site nav. The div id is “main” that is underlapping the div above it

    How can i stop this? I’m assuming the main div needs some type of position relative being applied?

    Also when I remove this rule

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 75px;
    }

    It improves it slightly and the css rule is being applied in the actual page apprently

    #350365

    Hi codecreative!

    Try adding this to your custom CSS.

    .stretch_full:first-child {
        margin-top: 2px !important; 
    }

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.