Title Logo Position

  • Posted in : Photographer
  • bullacc
    Participant

    Hi. Can the title logo be positioned on the left of the page instead of being centered? Thanks

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .site-header .site-title {
        text-align: left; width: 86%; margin-left: auto; margin-right: auto;
    }
    
    masterchi3f
    Participant

    Hello,

    is there a simple way to position the site-title next to the nav?

    Thank you very much in advance!

    ahmetsali
    Keymaster

    @masterchi3f

    Hi, you can try this custom css code;

    @media screen and (min-width: 992px) {
        .site-header { width: 86%; max-width: 1060px; }
        .site-header .site-title { float: left; margin-bottom: 2em; }
        .site-navigation, .nav-menu  { text-align: right; }
    }
    
    
    masterchi3f
    Participant

    @ahmetsali

    Thank you very much!

    ahmetsali
    Keymaster

    @masterchi3f

    you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register