Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #133111
    gruis28
    Participant

    I thank the staff of “Catch Themes” that makes available to all free themes.

    The “High Responsive Free” theme is very well constructed and easy to customize through child-themes.

    One thing I could not change and I hope you can give me a suggestion.

    I would like the logo to be aligned with the title as shown in the attached picture.

    Screenshot modification logo

    [url=http://www68.zippyshare.com/v/mVBqpjYK/file.html][img=http://www68.zippyshare.com/thumb/mVBqpjYK/file.html][/img][/url]

    I hope for your help and thanks again
    Max

    #133146
    Skandha
    Participant

    @gruis28: Can you post in your site URL so that I can provide you with necessary CSS.

    Regards,
    Skandha

    #133193
    gruis28
    Participant

    Hi @Skandha
    thanks for the interest

    I can not post the URL of my site, because I’m working locally on my PC

    anyway, my site is the same as the demo

    https://catchthemes.com/demo/high-responsive/

    if you can suggest something to me

    I would be very grateful

    Thanks again
    Max

    #133254
    Skandha
    Participant

    @gruis28: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:1025px) {
    	.custom-logo {
    		position:absolute;
    		margin-left:330px;
    		top:110px;
    	}
    }

    Let me know if this works out.

    Regards,
    Skandha

    #133277
    gruis28
    Participant

    Thanks @Skandha for your time
    but I preferred to disable the text (title and motto) and use only the larger logo by adding to the .css

    .custom-logo {
    max-width: 100%;
    }

    Thanks again
    Max

    #133314
    Skandha
    Participant

    @gruis28: Glad the issue is resolved. Have a good day.

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Align logo to the title’ is closed to new replies.