-
AuthorPosts
-
August 27, 2015 at 7:51 am #676111
I am using ja sugite template http://www.webcentri.com
I am using this code — .layout-ja_sugiteportfolio .t3-wrapper{background: rgba(243, 230, 197, 0.8) url(“../images/net1.png”)!important;}—
to set up background image for gallery (see gallery attachments)I want to set up background image for all menu items also( see an attachment)
how can I do it?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 28, 2015 at 4:18 am #680383You can find my answer with your question below
+ About the gallery image it works fine with width: 1200px, if you want to make full width and item images show not well, below is solution to make full width under gallery
Open templates/ja_sugite/css/custom.css file and add new rule
@media (min-width: 1200px) {
div#t3-mainbody {
width: 100%;
}
}
+ Full width with each menu items, you have to add css style below into custom.css file
@media (min-width: 1200px) {
.t3-header .container {
width: 100%;
}
}
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 28, 2015 at 4:18 am #746869You can find my answer with your question below
+ About the gallery image it works fine with width: 1200px, if you want to make full width and item images show not well, below is solution to make full width under gallery
Open templates/ja_sugite/css/custom.css file and add new rule
@media (min-width: 1200px) {
div#t3-mainbody {
width: 100%;
}
}
+ Full width with each menu items, you have to add css style below into custom.css file
@media (min-width: 1200px) {
.t3-header .container {
width: 100%;
}
}
August 28, 2015 at 11:11 am #680544I want not to enlarge the content on the page, I just want to use net1.png as a background image( see an attachment) for all menu pages as in gallery page is already done whit this code
— .layout-ja_sugiteportfolio .t3-wrapper{background: rgba(243, 230, 197, 0.8) url(“../images/net1.png”)!important;}What code I must use to set up net1.png image as backgound for all menu items?
August 28, 2015 at 11:11 am #746919I want not to enlarge the content on the page, I just want to use net1.png as a background image( see an attachment) for all menu pages as in gallery page is already done whit this code
— .layout-ja_sugiteportfolio .t3-wrapper{background: rgba(243, 230, 197, 0.8) url(“../images/net1.png”)!important;}What code I must use to set up net1.png image as backgound for all menu items?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 31, 2015 at 2:04 am #680797The css style below will help you to make the background image
Open templates/ja_sugite/css/custom.css file and add script
.t3-wrapper {
background: rgba(243,230,197,0.8) url("/templates/ja_sugite/images/net1.png")!important;
}Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 31, 2015 at 2:04 am #747026The css style below will help you to make the background image
Open templates/ja_sugite/css/custom.css file and add script
.t3-wrapper {
background: rgba(243,230,197,0.8) url("/templates/ja_sugite/images/net1.png")!important;
}August 31, 2015 at 2:49 pm #680974thank you very much, it works!
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by gio570009 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum