• Hi,

    I cant figure out why on only two pages the header logo is not fully left? https://www.thepencilroom.co.nz

    Ive used custom css applied to customize logo settings to float the logo left but on the tutor page and the classes page the logo is only part of the way left. Only thing I can think of is Beaver Builder is somehow interfering as I used to build those to pages from scratch.

    Id appreciate any fix you can provide!

    Thanks very much,
    Emily

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    It seems you have added container width 75% on that two pages, the header also consist container class that why the header is showing up in a smaller width.

    .container {
        width: 75%;
    }

    Try to remove that CSS code

    Thread Starter emcarm

    (@emcarm)

    Thanks for your quick reply! Now I know where to look and edit.
    THanks for your help,
    Emily

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo in different place on different pages?’ is closed to new replies.