Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #107016
    Greg
    Participant

    OK so my header image is currently Centered and I would like to set it as Left Justified. I can’t find the Left, Center, Right options as I would expect.

    #107021
    Mahesh
    Keymaster

    @mrlimoak: Please post in your site url.

    Regards,
    Mahesh

    #107041
    Greg
    Participant
    #107105
    Mahesh
    Keymaster

    @mrlimoak: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (min-width: 990px) {
        #header-image a {
            width: 1190px;
        }
    }
    
    #header-image a {
        display: block;
        margin: 0 auto;
    }
      
    #branding img, #header-image img {
        margin: 0;
    }

    Regards,
    Mahesh

    #107173
    Greg
    Participant

    Does not work and I tried pasting the code in the following two places.
    Go to Dashboard=> Appearance=> Customize=> Theme Options => Custom CSS

    Dashboard=> Appearance=> Theme Options => Custom CSS

    Additional CSS box and add the following CSS:

    Screen shot of CSS as entered

    #107197
    Mahesh
    Keymaster

    @mrlimoak: Please try the above CSS again, have made some changes.

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Catch Evolution Pro Left Justify Header’ is closed to new replies.