Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #433783

    Is there a way I can remove the space between my logo and the start of this page contents?

    How do you tighten things up?

    MOBILE IMG
    http://contextc.com/context_images/IMG_3158.PNG

    LIVE
    http://contextc.com/schedule-your-headshot/

    #433973

    Hi ryandewitt!

    Thank you for using Enfold.

    You can use this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive .content {
      border: none;
      padding-top: 0;
    }}

    I also noticed that the logo is not vertically aligned so you can add this:

    strong.logo {
      top: 20%;
    }

    Cheers!
    Ismael

    #434208

    Thankyou Ismael! PERFECT ;]

    Is there anyway that I can specifically reduce the size of my homepage body text without effecting my other pages like my product description. http://contextc.com/shop/ (iThemes Exchange)

    My home type face is perfect however it makes my other type large.
    My Enfold Blog is looking good: http://contextc.com/data-visualization/

    I’m using the below code to make my text bigger on my homepage, I thinks it over riding it. thanks for any suggestions.

    `body {
    font-size: 18px;
    }

    #434800

    Hi!

    You can control the size of all text on http://contextc.com/ by using the following, please note that is will make all text a bit smaller:

    .page-id-725{
    font-size:90% !important;
    }

    Cheers!
    Rikard

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