Okay
  Public Ticket #427156
Background image does not position itself Left Top on tablet portrait mode
Closed

Comments

  • Alice started the conversation

    Hi,

    is there a way I can control the positioning of the background image for a portrait view on android tablets? As for now, the background image positions itself nicely when viewed in landscape mode at Left Top (as I defined it in the visual composer) but as soon as I turn the tablet to portait mode it seems to position itself to Center Center.

    Any help for this?

    Thanx in advance!
    *alice.

  •  8,849
    Tahir replied

    Hey,

    Can you provide the page url ? .

    Thanks


    ThemeNectar Support Team 

  •   Alice replied privately
  •  8,849
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .swiper-slide {
        background-position: top left !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Alice replied

    Hi Tahir,

    thanx a lot, this definately helps me in another project ;-)

    In this one though it is not a slider image I need to position. It\'s a background image: look here please:
    http://www.tomte-waldorfkindergarten.de/angebot/#freispiel

    sorry, I should have given you this link before ... my fault.

    regards,*alice.

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .wpb_row .row-bg, .full-width-section .row-bg {
        background-position: left top !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Alice replied

    Million thanks :-) Works perfectly!

    *alice.