• Hi,
    after updating my custom code to center logo and menu doesn’t work anymore. Some class changed?
    I had like this before:

    .navbar-wrapper .brand {
    width:100%;
    display:block;
    }

    .navbar-wrapper .navbar {
    width:100%;
    float:right;
    }

    .header-spacer {

    height: 10px !important;

    }

    Thanks!:)

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter AlicePH

    (@aliceph)

    actually… now none of the changes works anymore:(
    I’m not so good at CSS but found mach info here i forum to change layout. But now anything works. any help plz?

    Thread Starter AlicePH

    (@aliceph)

    i managed to fix most of it now. But still can’t figure out why breadcrumbs doesn’t inherit from body anymore… hmm:/

    sorry to bother guys!:)

    here is the link btw: https://aliceph.se/test/

    What I see is social/menu skewed towards left, breadcrumbs showing on all but Home Page.

    Not quite sure what you’re looking for now?

    Thread Starter AlicePH

    (@aliceph)

    Would like to change font of breadcrumbs.

    To change the font-family & font-size, use:

    .breadcrumb-trail.breadcrumbs {
      font-family: Comic Sans MS;
      font-size: 1.5em;
    }

    changing 1.5em to what you need.

    .breadcrumbs {
       font-family: Century Gothic,sans-serif;
       font-size: 16px;
    }

    for example.

    Oops. Snap ??

    That’ll teach me to open a window and not refresh it for a couple of hours before responding ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘After 3.0.10 How to center logo and menu again?’ is closed to new replies.