Viewing 5 replies - 1 through 5 (of 5 total)
  • Please can someone provide me with a css code to shift the logo further left.

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .site-header .container{
      width: 100%;
    }
    

    I would also like to position call to action button on slider in different positions.

    Try to use the following code. Do adjustment as needed.

    .button-slider{
      position: absolute;
      top: 0;
      left: 0;
    }
    

    Regards,
    Kharis

    Hi,

    Could you please to provide a link to your site?

    Thread Starter soni123

    (@soni123)

    wow….it did change the logo position….so simple. is it possible to change the solid color of call toa ction to transparent. and when you hover mouse it becomes solid color?

    Dear Soni,

    Please post your new question in a new topic as it doesn’t have any relation with the current topic. We would be glad to assist you from there.

    Regards,
    Kharis

    Thread Starter soni123

    (@soni123)

    ok…i will do so now

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘shift logo towards extreme left’ is closed to new replies.