logo shrink

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #20257
    roiemiz
    Customer

      Hi,

      My website is RTl and I located the logo to the right. However, when scroling the page, logo is shrinking to the left side instead of the right side. How can I fix it?
      I am using last version of the Epik theme.
      THX

      #20262
      Wes
      Moderator

        Do you have a link to your site so I can take a look?

        #20264
        roiemiz
        Customer
          This reply has been marked as private.
          #20265
          Wes
          Moderator
            This reply has been marked as private.
            #20475
            roiemiz
            Customer

              Hi,
              this is the website I am talking about.
              While scrolling down, logo is align to left while I want to keep it to the right.
              THX

              #20487
              Wes
              Moderator

                It’s due to the width in .header-image .site-title a in your style.css file.

                .header-image .site-title a {
                    min-height: 76px;
                    margin: 10px 0 10px 0;
                    float: right;
                    width: 200px;
                    text-align: right;
                }

                Change the width from 200px to 148px and the image itself will scoot over more towards the right.

                Here’s how it currently looks – http://i.imgur.com/iGifccl.png

                and here’s how it will look once you make that change – http://i.imgur.com/uIJprLd.png

                Let me know if this helps.

                By the way, this is the first time I’ve seen one of my themes using RTL. It’s looking good so far.

                #20587
                roiemiz
                Customer

                  Thank you very much. I made a minor change to the given code and it looks great
                  .site-header.shrink .site-title a {
                  width: 148px;
                  }

                  Regarding the RTL – This is my favorite theme for RTL websites.

                  #20597
                  Wes
                  Moderator

                    You’re Welcome!

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • The topic ‘logo shrink’ is closed to new replies.