Tandhruil
Forum Replies Created
Viewing 11 replies - 1 through 11 (of 11 total)
-
Forum: Themes and Templates
In reply to: [Customizr] Problem with the front page sliderWell, problem solve, I use another slider.
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Trouble with Limit ParameterAlready done ??
- This reply was modified 8 years, 1 month ago by Tandhruil.
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Trouble with Limit ParameterIt works, thanks a lot !
Laurent
Forum: Themes and Templates
In reply to: [Customizr] Problem with the front page sliderThank you for answering my message.
As I said :I’ve tried to use the option entire slide but the excerpt isn’t sensitive and there’s only a small area around it that is clickable.
On a smartphone, the picture is so small it’s not usable.
Laurent
Thanks,
It worksForum: Themes and Templates
In reply to: [Customizr] How to change left & right page border size?Try something like that
#main-wrapper > div:nth-child(1) {width: 100%;} // width of the container .left {width: 10%;} // width of the left sidebar .right {width: 10%;} // width of the right sidebar #content {width: 80%;} // witdh of the content
I’ve test it on my website, it works.
- This reply was modified 8 years, 5 months ago by Tandhruil.
Forum: Themes and Templates
In reply to: [Customizr] How to change left & right page border size?You can try something like
#main-wrapper > div:nth-child(1) {width:100%;} // width of the container .row-fluid {width: 100%;} // width of the text
But I’m not sure the website will still be responsive.
Forum: Themes and Templates
In reply to: [Customizr] Add Padding left & right to the pages and blogsAfter testing here is the code
.row-fluid { position: relative; width: 90%; padding: 0% 5% 0% 5%; }
Forum: Themes and Templates
In reply to: [Customizr] Add Padding left & right to the pages and blogsIt doesn’t work, all the texts are shifted to the left (about 100px)
Forum: Themes and Templates
In reply to: [Customizr] Social Links Icons disappaeredIt works, Thank you…
Forum: Themes and Templates
In reply to: [Customizr] Header Customization – limitedHere are some parameters I adjust for my header in the style.css file
The menu is align left in the global parameters
/* Background picture for header */ header.tc-header { background: url('https://.../header.png') no-repeat center top ; border-style : hidden none; } /* Background picture for sticky header */ .sticky-enabled .tc-header { background: url('https://.../sticky.png') no-repeat center top ; border-style : hidden none; } /* Position of the menu */ .navbar.resp { position: relative; left: 10%; width: 90%; }
- This reply was modified 8 years, 6 months ago by Tandhruil.
Viewing 11 replies - 1 through 11 (of 11 total)