Removing home title from home page, moving logo left or right

Support Area Forums Finesse Removing home title from home page, moving logo left or right

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://www.wardrobeu.com/
  • Author
    Posts
  • #36173
    DenisK
    Participant

    Hello Bill,

    Thank you for another clean and amazing theme.

    Just started working with this theme. A few questions.

    1. How do I get rid of Home title in the home page?

    2. Will be it possible to move logo left or right?

    Thank you )

    #36174
    DenisK
    Participant

    Sorry Bill I see option for removing Page Titles. Everything is so much easier with these new features and updates.

    I am still trying to figure out how to move the logo a bit to the left. Please see attached image.

    Thank you.

    #36187
    Bill Robbins
    Moderator

    Hi Denis,

    I’m glad you’re enjoying Finesse. There is an option to hide the page title on a page. If you’re using the page builder on that page, make sure to choose the layout for that option. That’s what the demo does on the home page for example. It will leave the page title out of the page’s code automatically for you.

    You can move the logo to the left. Try adding this to the Custom CSS that’s in the Advanced section of the customizer:

    
    #header-content {
    	width: 100%;
    	padding-left: 2vw;
    	padding-right: 2vw;
    }
    

    See if that doesn’t do the trick for you.

    Take care,
    Bill

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Removing home title from home page, moving logo left or right’ is closed to new replies.