Digital experiences for all disciplines
Forum Replies Created
-
-
i want background image for full width but i saw your screenshot it will show only for content
ok i put your code in style.css in common. you already set span12 css we want remove now?
yes
how you do full width(edge to edge) for only home banner
ok, how i do that
ok, now i want that single image, our highlights and WE BUILD APPS section this three all want full width (edge to edge)
In theme option you have use below css for 1200px width but i want 100% width
media=”screen”
@media (min-width: 1200px)
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 1170px;
}i attached screenshot for home page. This image and below content i want full width
Attachments:
You must be logged in to view attached files.i use that single image for that set default media query for my desktop width set span12 class
span12 { width: 1170px }yes,i add
in home page i use single image and before all blocks for full width but it not show full width
check it please.
ok, i use this problem will solve!
i am set in css for common to all pages
.page-content {
background: url(‘images/bg-light.jpg’);
}This reply has been marked as private.i am enable full width but display boxed content
-