Home Forums Pro Themes Travel Master Pro Header changes

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #171518
    Tena Festini
    Participant

    Hi! I’m very satisfied with the size and the shape of the main image on my homepage (the big one on the top). I would like it to stay that way.

    https://tenatravels.com/

    What I don’t like is the image of the same size on all the other pages. I want it to be smaller and I want the title of the pages to be over the picture but closer to the top. So that’s all of the menu options (O meni, Destinacije, Blog and Kontakt). Everything EXCEPT the home page.

    So… Now it looks like this…
    https://tenatravels.com/destinacije/

    But I want it to look like this:
    Example

    Is this possible?

    Thank you!

    #171652
    Psink
    Keymaster

    Hello Tena,

    Is it something like in the screen record?
    https://www.awesomescreenshot.com/video/6198880?key=a50eafeb01c0f6a59ab1a58cc1049c23

    If that’s the one please add this CSS in the Additional CSS

    
    #page-site-header {
        padding: 50px 0;
    }
    
    @media screen and (max-width: 567px){
        #page-site-header {
    	 padding: 50px 0;
        }
    }
    
    
    #171672
    Tena Festini
    Participant

    Yes, this is it! Thank you so much! 😀

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.