• Resolved nuzik

    (@nuzik)


    hi, trying to add some custom text to the top left hand of the header for a phone number to know avail tried adding some to simple css but nothing any idea?

    I also want to move down the middle of the slider text from where it is as when the screen reduces as the menu is bigger it crosses over. Any ideas on that?

    https://www.bristolselfiestation.co.uk

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    To insert a phone number or text to the top left hand of the header, you should edit the header.php file in the child theme mode. If you haven’t created it yet, you might be interested to use our premade child theme for Sydney.

    To move down the slider content, could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .slide-inner {
       top: auto;
       bottom: 0;  
      -webkit-transform: unset !important;
      -moz-transform: unset !important;
      -ms-transform: unset !important;
      -o-transform: unset !important;
      transform: unset !important;
    }
    

    Regards,
    Kharis

    Thread Starter nuzik

    (@nuzik)

    spot on dude, i couldnt for the life of me anywhere find it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header’ is closed to new replies.