Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #150600
    vraba
    Participant

    Hallo, how we can better align text (above image) in header. Now it is more on top, we want align more horizontaly: https://www.zahradnizabava.cz/eshop/
    Thanks for tip. Ondrej

    #150629
    Skandha
    Participant

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

    .entry-container {
        margin-top:150px;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #150635
    vraba
    Participant

    @Skandha: it works… is it possible, that the picture will have same size and just change the text position? Above mentioned code also change the size of picture (make it larger/bigger). Thanks.

    #150694
    Skandha
    Participant

    @vraba: Replace the previous CSS Code by the following Code.

    .entry-container {
    	position:relative;
    	top:100px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #150806
    vraba
    Participant

    @Skandha: unfortunately it does not work. Because it also move Title under the header picture… it does not only move text in header picture, but also in “text” under main header picture.

    #150879
    Skandha
    Participant

    @vraba: Please replace the previous CSS Code by the following.

    #header-featured-image .entry-container {
    	position:relative;
    	top:100px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #150942
    vraba
    Participant

    Awesome. Thanks.

    #151035
    Skandha
    Participant

    @vraba: Glad I was able to help you out! Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header text align’ is closed to new replies.