Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #31845
    dfwrgjeff
    Participant

    Please delete this thread – I was looking at the wrong section and figured it out

    Thanks

    #31849
    dfwrgjeff
    Participant

    On my site http://1sourceapartments.com/wordpress/ I would like to bring the website title down lower in relation to the logo. What code would I put is custom CSS?

    #31869
    dfwrgjeff
    Participant

    I was able to add: padding-top: 30px; to the following and it moved it down

    #site-title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.6;
    padding-top: 30px;
    }

    #31950
    Sakin
    Keymaster

    @dfwrgjeff: Nice that you fixed it out.

    #33268
    dfwrgjeff
    Participant

    Great thank you – how do you lower the padding between the logo/title and the menu? I am using the secondary menu and have disabled the main menu. I would also like to reduce the spacing between the content boxes and the page information. Thanks

    #33309
    Sakin
    Keymaster

    @dfwrgjeff: For spaces between Menu and Header logo, you can change the padding as per your need and then add the following css in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { padding-bottom: 50px; }

    But I don’t understand your second question. Please explain.

    #33420
    dfwrgjeff
    Participant

    site is now live at http://1sourceapartments.com/

    Ok thanks that worked I also was able to reduce the margin using
    .site { margin-top: 10px; }

    Ok #site-logo, #hgroup { padding-top: 50px; } is the spacing above the logo

    The other area is the content boxes have text below them and then there is a large gap before you read the page title – I would like to reduce that gap

    Thanks

    #33444
    Sakin
    Keymaster

    @dfwrgjeff: You can adjust the padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #main { padding-top: 50px; }

    #33709
    dfwrgjeff
    Participant

    Ok thanks I see that controls the space above the content boxes – how about below them? It’s the space above HOME where the video is located I want to reduce.

    #33737
    Sakin
    Keymaster

    @dfwrgjeff: You can adjust the margin bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
    #featured-post { margin-bottom: 50px; }

    #57843
    dfwrgjeff
    Participant

    I still cannot seem to reduce the space below the featured content boxes and the space above the body. http://1sourceapartments.com/ – is that as far as they will move?

    #57880
    Sakin
    Keymaster

    @dfwrgjeff: You can add the following css:

    #featured-post .post { padding-bottom: 30px; }
    #featured-post { margin-bottom: 30px; }
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Need assistance with Menu’ is closed to new replies.