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; }
Hey steveinz!
Please try adding your code without curly brackets as following
position:absolute; left:500px;
Cheers!
Yigit
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;