• Resolved ethanslowry

    (@ethanslowry)


    Hi I’m a complete novice when it comes to wordpress and writing code. So if you could explain what I need to do as simply as possible lol. But if what i’m asking isn’t possible then that’s fine.

    The enigma theme allows for a logo/picture to be placed in the header of the page. But it limits the size this image can be. It also wont let me reposition this image at all.

    I would like to lengthen this image and move it slightly to the left so that the margin to the left is narrower.

    My website is http://www.ethan-lowry.com

Viewing 1 replies (of 1 total)
  • Hi,

    Please go to Admin Dashboard >>Appearance >>Theme Options >>General Settings and find Custom CSS editor.

    Now copy below CSS in Custom CSS editor.

    .header_section .container {
      width: 100% !important;
    }

    Save the changes.

    Let us know for further assistance.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Changing logo alignment’ is closed to new replies.