-
AuthorPosts
-
maisfeld Friend
maisfeld
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 54
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
June 8, 2016 at 9:35 am #938786I 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?-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 8, 2016 at 11:02 am #938811Hi
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 Friendmaisfeld
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 54
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
June 8, 2016 at 11:32 am #938832Thanks, that works fine.
At the iPhone and iPad it covers the bottom picture or text.
See pictures.- Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 9, 2016 at 12:27 am #938954Hi
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; }
AuthorPostsViewing 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
Jump to forum
Picture in the header
Viewing 4 posts - 1 through 4 (of 4 total)