Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • maisfeld Friend
    #938786

    I would like to insert the picture in the header. See image .
    now I have a left and right border. how can I remove the border.

    another question. the navigation I want to put in the green area.
    is that possible?


    1. 1_beranis
    2. 2_beranis
    Pankaj Sharma Moderator
    #938811

    Hi
    Add below code in custom.css file

    
    @media (min-width: 1200px) {
    .header-images {margin-left: -40px;margin-right: -40px;} 
    .header-images .row {margin-left: 0px;margin-right: 0px;} }
    
    }
    

    This style work till 1200px , because below it , the container size changes it does not fit in the layout .
    the header images and main nav use same size so chnage the padding effect header images .

    maisfeld Friend
    #938832

    Thanks, that works fine.
    At the iPhone and iPad it covers the bottom picture or text.
    See pictures.


    1. iPad_Portrait
    2. iPad_Landscape
    3. iPhone_Portrait
    4. iPhone_Landscape
    Pankaj Sharma Moderator
    #938954

    Hi
    This is because the changes of the classes , the container width does not fit for all view , thats why i only suggested above code .
    To set the image a max. width you need to defined below code in custom.css file and use media queries for this code to apply different width as per container size .

    .header-images img {
        width: 100%;
        max-width: 756px!important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum