• Ok my site is http://www.superdayfilm.com i want to have the “unb10 productions” logo to be in the top left corner of the header – however when i put it there it wasnt in the same position when the site was viewed on lower res or on mobile. How do i code to make it stay in the top left (partially outside of the top of the header image) across all resolutions? i gave up and just stuck it at the top of the sidebar for now.

    Also, is there any way to make the title of each page not be visible when youre on the page?

Viewing 6 replies - 1 through 6 (of 6 total)
  • It appears you have the logo hardcoded in a sidebar.php file? You should move it to header.php, and apply the appropriate CSS styling.

    Thread Starter actingnurse

    (@actingnurse)

    yes i just put it there for now until i can figure out the code to put it in the header, but make it be in the same place across all resolutions and mobile.

    Thread Starter actingnurse

    (@actingnurse)

    I had it in the header where i wanted it before but it wouldnt keep its location on other resolutions so i moved it to the sidebar temporarily

    You will have to do some CSS magic here.

    apply position:relative; to the .branding container class.

    Then apply position:absolute; top: 50px; left: -200px;

    This should move it roughly to the left of the main banner, but may go off the screen at smaller resolutions.

    To truly support smaller resolutions, the site needs to be responsive design, which it does not appear to be.

    Thread Starter actingnurse

    (@actingnurse)

    Hm. Responsive design is probably over my head. Any good tutorials you could point me to? Thanks!

    Rather than tutorials, I’d suggest googling “Best responsive free wordpress themes” there are some great ones out there, and it’s easier to apply colours and styles like that, than to actually create it 😉

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

The topic ‘Header / Masthead help needed’ is closed to new replies.