• Resolved kzantheman

    (@kzantheman)


    Hi friends,
    I’m trying to resolve a weird indent problem. Most of the pages below: https://www.bioenno.com are okay. Except I have a page with a weird indent, that recently came about as I was adding pages to the site. See below:
    https://www.bioenno.com/about-2/biomaterials
    There is huge white space before the word “Biomedical Nanomaterials”. It is strange, because all the pages are using the same CSS file and the same “Default Template” . Any thought
    Regards,
    KZ

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Have you tried taking away the float: right; property from the <div> element with id=”container”? In Firebug it shows this element having a style of float: right; This would push (indent) everything in it to the right. I took it away in Firebug and it’s more justified to the left. Let me know if this helps and gives you the results you’re looking for.

    It’s also beneficial if you haven’t done so already to make any changes within a child theme. Just a suggestion if you haven’t already created one.

    Andrew

    Thread Starter kzantheman

    (@kzantheman)

    Removing the float:right in #container in the css file worked! Thanks for the help.
    -KZ

    Thread Starter kzantheman

    (@kzantheman)

    resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Weird indent [twentyten theme]’ is closed to new replies.