Forums

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

Home Forums CSS Position of the background images

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #189014
    karimphoto
    Participant

    Hi,

    I have had problem before with the background position and got some great help from you people.

    I’m now using a new background viewer and need to adjust the placement of the images.

    If a attach an image (on dropbox) on how I would like it to look maybe someone can tell me if it’s possible to do some easy CSS coding on my new plugin to achieve this?

    This is my old background manager, I would like the placement of the image to be like this one: https://www.dropbox.com/sh/6u4yhl8c28rgvy1/AABwGdjvMCzDr0Nf2Q_FCBFEa?dl=0

    And now it looks like this: http://karimphoto.com/

    Before I was using this code to take care of the position issue: body.myatu_bgm_body {
    background-color: #FFFFFF !important;
    background-position: 81% center !important;
    background-repeat: no-repeat !important;
    background-size: auto 85%;
    }
    @media (max-width:850px) {
    body.myatu_bgm_body {
    background-position: 0 0;
    background-size: 100%;
    }
    }

    Thanks!

    https://wordpress.org/plugins/responsive-full-width-background-slider/

    #189036
    karimphoto
    Participant

    @Atelierbram , Thank you very much for your time.

    Yes I know my CSS and many other codes on my page looks terrible :( I you can see I built this with trial and error really don’t know what I’m doing.

    Can you see it the “error in the @import declaration of your main less -file” look ok now?

    I will give your advice a go. But on it maybe look ok as it is now with the transparent header.
    Just have to create a good looking “hide” for the header at the bottom left.

    Thanks again!
    Karim

    #189099
    karimphoto
    Participant

    Thanks, I do use developer tools but actually never used it in this way before. Thanks for the heads up.

    Now the 404 error are gone, don’t know if I fixed it in a good way but not there any more…

    If I run the “audits” I get load of errors and warnings. My whole page looks like a mess, which it is ;)

    As I always say, maybe I should hire someone to take a look at my page and do some optimisation.

    Tips on what I can do, or where I can find people with the right skills would be very appreciated.

    Thanks again

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