• Link: https://www.nsbalg.com/ssn3

    Fairly new to WordPress and still learning css. My question is, I want to expand the banner up top, vertaically, because I will be using a bigger header/logo. Can you guys point me in the right direction on doing this the right way without messing up the coding like I have been doing for the last 48 hours?

    My next question is, if you go to the NSBA tab, I have a custom sidebars plugin, and I need to get the widget title to look the same as the widget titles on the front page, I know these are css issues. any help?

Viewing 1 replies (of 1 total)
  • You can make CSS work much easier for yourself by using the Firefox browser with the Firebug addon.

    You can change the width of the header and reposition it with something like this:

    #header {
       margin-right: -100px;
       width: 1140px;
    }

    Then adjust the width of the 3 header sections .header-left, .header-middle, and .header-right as needed.

    I can’t say what is needed for the custom sidebar.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Help’ is closed to new replies.