Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #242419

    Hi Support, I am using the builtin custom LayerSlider in the Enfold theme. In the Global Settings it allow you to upload your own logo. It also says it allows ‘YourLogo style’ where ”You can style your logo. You can use any CSS properties, for example you can add left and top properties to place the image inside the LayerSlider container anywhere you want.’
    I dont want the default location of top left. I want to move it to the right. But I whatever CSS I put it, it ignores and the logo disappears. Can you please give me an example of working CSS syntax that will move the logo?

    I tried: { position:absolute; left:500px; }

    #242956

    Hey steveinz!

    Please try adding your code without curly brackets as following

     position:absolute; left:500px;

    Cheers!
    Yigit

    #430650

    I am trying to do the same thing. The code above does not have any effect on the PNG logo file that I placed. The logo remains positioned in the top left and doesn’t move with the addition of this code. I am adding this code into the “YourLogo style” field in the YourLogo panel.

    I have inserted this command:

    position: absolute; left: 500x; top: 500px;

    #431100

    Hey!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.