• I know that this was asked and answered and worked but not for me. I need for logo to be on the left and site title and description next to it in the header. I created child theme and pasted the suggested code but all I get is a blank page. Nothing. I know I`m doing something wrong. Please help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Go to your child theme folder and open header file here and replace all the code of the header file with the code given in below link.

    https://pastebin.com/7SDyciBU

    Save the file after every change.

    Then copy the below CSS code in style.css file of the child theme.

    @media(min-width:1200px){			
    .logo-left{
    display:block;display: inline-block;float: left;padding-right: 20px;
    }
    }

    Don’t forget to Save the file after every change.

    Let us know if any query.

    Thanks.

    Thread Starter analazarevic

    (@analazarevic)

    This is what I get when I paste the code :

    Your PHP code changes were rolled back due to an error on line 14 of file wp-content/themes/enigma-child04/header.php. Please fix and try saving again.

    Call to undefined function enigma_parallax_get_options()

    ok.

    Then please contact us here.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display logo, site title and description’ is closed to new replies.