Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #778473

    Hello,

    How can I center the title, the subtitle and the buttons on the bottom of the header?

    Best regards,
    Ashkan

    #778477

    Hey Ashkanpersian,
    Have you tried the options available at Enfold Theme Options > Header > Menu and Logo Position?
    postimage

    Best regards,
    Mike

    #778478

    hello Mike, not the menu and logo positions, but the title on the header and the 2 buttons.

    #778515

    Hi,
    Oh I think you mean the slider caption and buttons, try this code in the General Styling > Quick CSS field:

    .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
        padding: 300px 0!important; 
    }

    Best regards,
    Mike

    #778813

    Hello Mike, thanks but this code brings the caption and the button up to the middle of the screen. I want to keep it on the bottom, but centered.

    Any idea?

    #778946

    Hi Ashkanpersian,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
        text-align: center;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Center title on header’ is closed to new replies.