Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need to align background image to center-bottom.

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #240521
    pboll
    Participant

    Greetings,

    I know my way basically around CSS but am slightly over my head. I am attempting to use the Custom CSS section built into my WordPress Theme’s control panel. I would preferably like to not have to alter the themes core files.

    The theme has a native function to apply a custom background image and has a setting to align the image left, right, or center. I would, however like to center it bottom.

    I can’t seem to find what class to use to override this, any ideas? I was able to get the desired effect by manipulating the code at line 251 of the page source, but it is in there as a script so I am at a loss.

    Note the image I would like to use is not the one currently there.

    Thank you!

    Site – mohegancouncilbsa.org

    #240522
    Paulie_D
    Member

    What background image are you referring to?

    Not the slider, right…because that’s inline images.

    #240523
    pboll
    Participant

    Hi!

    Nope not the slider, the website background.

    #240524
    Paulie_D
    Member

    It’s a repeating pattern…I’m really not sure what the issue is.

    Why would you need to position it?

    #240530
    pboll
    Participant

    Hi!

    I apologize if I am not being clear enough. I have set it to that pattern temporarily until I can figure out how to do what I want.

    The theme has a built in function that allows you to select the alignment, but it only has left, center, and right.

    I would like to center this image center bottom.

    #240537
    Paulie_D
    Member

    Then you need to find the CSS line that regulates it and use

    background-position:center bottom,
    

    Simple as that really.

    #240538
    Paulie_D
    Member

    Then you need to find the CSS line that regulates it and use

    background-position:center bottom,
    

    Simple as that really.

    #240540
    pboll
    Participant

    Hi!

    Right, and that is where I am having trouble. I see in the page source on line 251 that the code is in there as a script and am unsure where this can be manipulated or what class or id to use to do this.

    #240543
    Paulie_D
    Member

    Not sure we can help you then.

    If you can’t find the settings in your set-up we certainly can’t without access.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘CSS’ is closed to new topics and replies.