• Hi,

    I need to move the site title and the tagline further to the left but can’t quite figure it out.

    I’ll eventually need to do this for a logo as well.

    Please help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • do you have a url?

    Thread Starter jb15

    (@jb15)

    Not yet, right now just working from my laptop internally. Right now the site title is set to the default location for the Sydney theme. I haven’t changed anything.

    That’s pretty simple. Please forward your code here and I’ll instruct you with the CSS.

    Thanks

    Thread Starter jb15

    (@jb15)

    Would this be the part you need? Apologize if I’ve copied to much in here. This is from the stylesheet.

    /*————————————————————–
    Header
    ————————————————————–*/
    .site-title {
    font-size: 32px;
    line-height: 1.2;
    }
    .site-title a,
    .site-title a:hover {
    color: #fff;
    }
    .site-logo {
    max-height: 100px;
    }
    .site-header {
    position: absolute;
    top: 0;
    left: 10;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    }
    .admin-bar .site-header,
    .admin-bar .site-header.float-header {
    top: 32px;
    }
    .header-image {
    display: none;
    position: relative;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    }
    .site-title {
    margin: 0;
    }
    .site-description {
    font-size: 16px;
    margin: 15px 0 0;
    line-height: 1.6;
    color: #efefef;
    }
    .site-header.fixed {
    position: fixed;
    }

    .site-header .col-md-4,
    .site-header .col-md-8 {
    min-height: 0;
    }

    .site-header .logo {
    margin: 40px 0;
    float: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    }

    .site-header .logo a {
    display: block;
    height: 100%;
    }

    .site-header .logo {
    width: 135px;
    height: 27px;
    }

    .site-header.float-header {
    background-color: rgba(0,0,0,0.9);
    padding: 5px;
    }
    .site-header.float-header #mainnav {
    padding: 0;
    }

    .site-header.float-header #mainnav > ul > li > a {
    height: 70px;
    line-height: 70px;
    }

    .site-header.float-header .logo {
    margin: 20px 0;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site Title and Tagline’ is closed to new replies.