Making logo clickable at 768px

Homepage Community Forums Epik Theme Support Making logo clickable at 768px

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5122
    #5127
    Eric
    Customer

      It’s actually the hyperlink that needs to be adjusted rather than the image itself. Take a look around line 693 in your css file and change the width to around 300px instead of “55%

      .header-image #title,
      .header-image #title a,
      .header-image #title-area {
      	display: block;
      	float: left;
      	min-height: 225px;
      	overflow: hidden;
      	text-indent: -9999px;
      	width: 300px;
      }

      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      #5129
      BossLady
      Customer

        AWESOME SAUCE!! Thanks, Eric! Made the change and it worked perfectly. To get it to work properly in portrait I changed the width to 1152px.

        Beginning the “go-live” process in 3…2…1… cross your fingers!

        #5133
        Eric
        Customer

          You’re Welcome!

          Great job on the site!


          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        Viewing 4 posts - 1 through 4 (of 4 total)
        • The topic ‘Making logo clickable at 768px’ is closed to new replies.