Change Blog Title Postion

Home Forums Gillion Theme Change Blog Title Postion

Home Forums Gillion Theme Change Blog Title Postion

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • buildblogger
    Participant

    Hi

    In the slider blog section is there a way to changethe position of the title? It’s at the bottom – can we move it to the top?

    Here’s my site:

    https://www.mywinetribe.com/

     

    Thanks.

    Hi @buildblogger,

     

    I hope you are well today and thank you for your question.

     

    You can move it to the top by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .blog-slider-container {
        bottom: auto;
        top: 0;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)