Title Width for Larger Log

Homepage Community Forums inSync Theme Support Title Width for Larger Log

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13954
    futurewebboss
    Customer

      I wanted to create a 700 px width area for a logo. So I found what I think is the correct entry in css and changed it to 700 –
      .title-area {
      font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
      font-weight: 700;
      float: left;
      padding: 0;
      width: 700px;

      However when I go into the theme to upload a new logo/header the new width is not reflected and hence still attempts to crop. is this not the right CSS element?

      #13955
      futurewebboss
      Customer

        Found the element immediately below and change to
        .header-image .title-area {
        padding: 0;
        width: 700px;

        But no avail.

        #13956
        futurewebboss
        Customer

          What confuses me is that I changed it one time from the standard 360 to 500 and that worked fine. Odd

          #13976
          Jason M
          Customer

            Hi, do you have a link to your site so I can see what’s going on?

            #13979
            futurewebboss
            Customer

              Sure Jason, than’s for the reply.

              http://filmmakersvillage.com/brep

              #13989
              Eric
              Customer

                @futurewebboss did you change the image/logo size in the functions.php file? That’s where you would need to change it first, and then the css etc.


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

              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.