New Topic

Adjusting sidebar, main content width

Home › Forum › Customization › Adjusting sidebar, main content width

Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2460
    StartupWP
    Keymaster

    Yes, we can specifically target the different templates in CSS so that we can avoid tripping up other styles. Please share the link to one of your sidebar left and right pages.

    #2462
    graphicsgeezer
    Participant

    Here’s one with a sidebar left and right: http://www.nscommunitylinks.ca/new2/seniors-and-gambling/ (The left sidebar is blue, the right is green)

    The right sidebar is pushed down below the content area.

    #2466
    StartupWP
    Keymaster

    We can target the content area only on this template using:

    .page-template-template-sidebar-left-right #content {
      width: 50%;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.