Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #500714

    hi there,

    i basically have 2 issues, both having to do with padding or spacing. i’ve tried using “inspect element” in google chrome to try to isolate the item and target with CSS but i’m not having any luck. here is the page: for reference: http://caseygriffin.info/bio/
    but i’ll also link to an image below which points out my specific questions:
    http://caseygriffin.info/wp-content/uploads/2015/09/Untitled-2.jpg

    1. huge amount of space between the page title and the content
    2. i can’t resolve the padding on the bottom of the logo image, and it’s bleeding into the navigation bar below. they seem linked, but adjusting the height of the logo in the settings, etc. isn’t fixing it.

    thanks in advance for your help,
    denise

    #500949

    Hey summer_time,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-15 .content {
    padding-top:0px !important;
    }
    

    Thanks,
    Rikard

    #501086

    hi rikard,

    thanks for the fast reply, but unfortaunately that didn’t do anything at all to the page. any other ideas?

    thanks,
    denise

    #501105

    actually, i did figure it out by fixing the code as follows:

    .page .content {
    padding-top:0px !important;
    }

    any ideas about my other question:

    i can’t resolve the padding on the bottom of the logo image, and it’s bleeding into the navigation bar below. they seem linked, but adjusting the height of the logo in the settings, etc. isn’t fixing it.

    thanks,
    denise

    #501372

    Hi!

    I’m sorry but I don’t see any issue with the logo. Did you fix it as well? If not, could you provide a screenshot so that we can understand the issue better? Use imgur or dropbox.

    Best regards,
    Ismael

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