Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42263
    kalatos
    Participant

    Hello,

    I’d like to ask about two things that i have to do on my side. Could you please help me 🙂

    I’d like to move a bit logo to the top of site (delete empty place above logo. Second thing that i’d like to do is move a bit tittle of site. It’s should be less more on the middle of logo. Look at on attached screen

    http://ladny-dom.net.pl/wp-content/uploads/2014/08/screen.jpg

    Thanks a lot,
    Lukasz

    #42293
    Sakin
    Keymaster

    Hello Lukasz,

    The main issue found in your site it that you have directly edits style.css in ‘catch-box’ theme directory. You shouldn’t not add or edit any files inside ‘catch-box’ theme directory all your changes will be reverted back to original when you update or upgrade the theme. So, the best option to add css will be either from “Appearance => Theme Options => Custom CSS” box or by building child theme and adding it in your child theme style.css

    Also your css changes has effect the responsive design of your site. We cannot see log in small screens. So, first restore the original style.css file.

    For padding you can add the following css:

    #header-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    For title position as per your style.

    #site-title {
        top: 34%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Issue with website logo’ is closed to new replies.