• WPUser

    (@renik)


    Hello, I have two sidebars on my website. Second sidebar shows fine only on index. On other pages sidebar is on left side and I don’t know why. Can anybody help me please? Thank you

    index
    http://imageshack.us/a/img855/9920/11676183.th.jpg

    otherpage
    http://imageshack.us/a/img839/4097/78561737.th.jpg

    my css:

    div.sidebar{
    	background-color:#232323;
    	float: left;
    	padding:0 20px 0 20px;
    	width: 200px;
    	margin-left:20px;
      margin-bottom:20px;
    	font-size: 14px;
    	position:relative;
    	height:auto;
    	overflow:hidden;
    	-moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
    }

Viewing 10 replies - 1 through 10 (of 10 total)
  • Aditya Pandey

    (@callingmedic911)

    Without having a link to site, I can’t say anything with confidence. But…

    The page that have sidebar problem might have an unclosed element.

    Detect all errors from here: http://validator.w3.org/

    Thread Starter WPUser

    (@renik)

    w3 didn’t show me any errors but fb like box (border etc..). I have restricted website. I don’t want to people see website in progress.. :/

    WPyogi

    (@wpyogi)

    What theme are you using?

    Aditya Pandey

    (@callingmedic911)

    No .. I’ll definitely not give my IP in public.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Also, Renik, please understand that it will be to the benefit of the greater community if you can provide a link to your site. These threads are often used as guidelines for others experiencing the same issue.

    WPyogi

    (@wpyogi)

    Is the second sidebar called on the other templates? If so, try using Firebug to look at what’s going on with the CSS – perhaps you need to change the width of other elements?

    Aditya Pandey

    (@callingmedic911)

    Exactly.

    That’s why it’s forum rather than ticket support.

    Thread Starter WPUser

    (@renik)

    yes I understand but I really don’t want to people will see my website before start.. :/

    Thread Starter WPUser

    (@renik)

    width of the second sidebar is same as first sidebar..

    Aditya Pandey

    (@callingmedic911)

    WPyogi meant by other element between or near those two sidebar.
    Check their width.

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

The topic ‘Problem with second sidebar’ is closed to new replies.