• [ Moderator note: moved to Fixing WordPress. Please do not use Developing With WordPress for these topics. ]

    Hey everyone. I’m having a few problems with a site I’m working on.

    First of all, I need to get the footer to be only the right side. Basically, I need to somehow make the left side disappear, and keep only the right side. Also, I need styling to work correctly for the right side. It should be centered, and have some other styling, but it isn’t working right now. I’m not really sure what the issue is there.

    Secondly, I need the main content area to be wider (making the sidebar smaller). How can I do this without adding code for negative margins (making the site unresponsive?)

    Thanks for your help, it is much appreciated!

    Site: gallipeauwebservices.com/pacifictrails

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jacobgallipeau

    (@jacobgallipeau)

    Thank you to the moderator for moving this into the correct forum. My apologies, I am new here.

    Is anyone able to help me?

    I responded on the other topic that was in the “fixing WordPress” category, not sure if you’ve seen it. Here’s the answer again:

    Try adding the class “col-md-9” to the footer and also adding float:right; to it.

    As for increasing the main area and making the sidebar smaller, change the class on the sidebar to be “col-md-2” and the main to be “col-md-10” ( change it on the footer as well )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘issues with customization’ is closed to new replies.