Okay
  Public Ticket #3038975
Setting Up Image Right Header
Closed

Comments

  •  2
    mzowada started the conversation

    Hey! Designing my standard page header. I have an image setup on the right, but on mobile I want the image to be more horizontal than vertical and also to be full width. Any recommendations on how to accomplish that? I've attached the link and my images below. 

  •  1,877
    Judith replied

    Hello Mzowada,

    Thanks for choosing Salient.

    Please try out this css:

    @media only screen and (max-width: 999px) and (min-width: 690px){
    .wpb_row .column-image-bg-wrap, .wpb_row .column-image-bg-wrap .inner-wrap, .wpb_row .column-image-bg-wrap .column-image-bg {
        width: 672px;
        height: 396px;
    } }

    Thanks.

  •  2
    mzowada replied

    Hi! Thanks but this didn't change anything for me when I applied it. 

    Here is a link to the example page I'm referencing: https://ebisandydev.wpengine.com/about/at-a-glance/

    I've also attached two screenshots as an example of what I am wanting to do. I just want the image on the right to go edge to edge when it is on mobile. Again, take a look at the screenshots I've added. 

  •  8,839
    Tahir replied

    Hey Again,

    I am afraid it's not possible to set up an Inner Column to Full Width on Mobile at the moment.

    Thanks 


    ThemeNectar Support Team