• Hi all!

    I searched for this,but I can’t seem to find the answer..

    if you go to my site: https://biturl.cc/tDA

    you will see the border go up along the border.

    I would love to have the border start at the nav. section

    can someone help me out? I know this is probably css 101, but im really new,.. lol

    thank you in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter littleloud

    (@littleloud)

    please? im really stuck… thanks!

    Ok, I’m getting some sleep now, but I took a quick look and ill try to answer better in the morning.

    I’m not 100% sure what it is exactly you need. From what I understand, you want the border to stop going up the page and stop at the navigation?

    That border is assigned to ‘.singlecol’ which will cause the border on the left and right to go right to the top of that div.

    You need to create another div to encompass all the content located below the ‘header’ div.

    Make sense? Is that even what you needed?

    Thread Starter littleloud

    (@littleloud)

    hi!

    thanks for your reply!

    how do i create a div if the layout is in css?

    forgive my newbieness… im really just learning css

    <div id="ID Name"> place everything you want in the div in here </div>

    Then in your CSS file you need to add your CSS declarations.

    #ID Name{
    border-left: 2px solid green
    }

    That’s obviously only an example, you need to add what you need in there. I like to add the specific ‘left’ and ‘right’ borders in, I find it makes working through your code easier, which as someone new to CSS you’ll appreciate.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need to get rid of border on logo (Blixed theme)’ is closed to new replies.