Reduce header size – post in home page – auto-size browser windows

Homepage Community Forums Ally Theme Support Reduce header size – post in home page – auto-size browser windows

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10502
    fpdesign
    Customer

      How to reduce header height

      And how to have last post in home page , i need widget ?

      How to get my website to auto-size to the user’s screen Resolution
      There are some script for wordpress

      http://www.visualproject.it/fpdesign/

      #10520
      Eric
      Customer

        In the future please create separate threads for each question since they have a “One Question/Topic per thread Policy” here in the forums. This helps keep everything organized and it’s easier for other users to search for similar topics and solutions.

        I can handle your first question here –

        To decrease the spacing in your header, first adjust the padding for the .head-wrap in your css around line 1508 –

        .head-wrap {
            padding: 0 0 20px;
        }

        That will remove the space at the bottom.

        Next look around line 1517 in your css and adjust the .site-header .wrap padding. You can start with something like this –

        .site-header .wrap {
            margin: 0 0 14px;
            padding: 16px 0 0;
            padding: 1rem 0 0;
        }

        For your other issues/questions you’ll need to create separate threads for each one so we don’t get everything mixed up. Let me know if you get the above suggestions working ok.


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

        #10640
        fpdesign
        Customer

          Sorry but the navigation menu and the logo are not centered, may i have less space .

          I see a logo of black over and under the logo and a menu .

          Thanx for the quick support

          #10657
          Eric
          Customer

            Yes you can decrease the space by adjusting the code I posted above.


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

            #10683
            fpdesign
            Customer

              thanx

              http://www.visualproject.it/fpdesign/

              in this site i use the old ally

              http://www.visualproject.it/

              how reduce the header size ?

              Solved 😉

              #10706
              kronos
              Customer

                I’m not sure which link you want to change, the new or old version?

                Whichever one it is, you would look for .site-header or .head-wrap in the new version.

                …and #header or #head-wrap in the old version.

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