Tania
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] menu displayed wrong after updateThank you, will do and let you know
Forum: Themes and Templates
In reply to: [Customizr] menu displayed wrong after updateperfect! Thank you very much rdellconsulting!
What I can do to have back Editor under Appearance?
Forum: Themes and Templates
In reply to: [Customizr] menu displayed wrong after updateThank you rdellconsulting,
I changed it in CSS, but nothing happened. Its still floating right. Any other suggestion?
When I created this website, it was old customizr version and I have to add new properties to achieve the look I need. New customizr is a lot better, but my css has a lot of those additional properties. I’m kind of lost. Its probably something else is “pushing” it to the right. Can you help me please.
Another problem, after update I don’t see the Editor under Appearance any more. Have to do it via ftp. How I can get it back?
see screenshot here
https://www.dreamithairstudio.com/wp/wp-content/uploads/2015/10/Screen-Shot-2015-10-25-at-1.36.48-PM.pngI can create temp login for you but not sure how to hide it from public view
Thank you
Forum: Themes and Templates
In reply to: [Customizr] menu displayed wrong after updatewhy its said: You are using a child theme of Customizr v3.4.13 if I just updated to 4.3.1?
Forum: Themes and Templates
In reply to: [Simplify] Widget Title Font Size/Spacing/Justificationwidget title
‘#right-sidebar .widget h3 {
color: #555555;
padding-bottom: 5px;
text-transform: uppercase;
}’
You can specify font and size here. I changed ‘text-transform: none;’. Its looks justify to the left now.btw, always easy to find element property with developer tool inspector. Right click on the element and choose inspect element. I’m talking about chrome browser.
Forum: Themes and Templates
In reply to: [Simplify] change background colorIts very simple. Under Appearance you have customize/colors/background color. Or another option: Under Appearance/background. You can choose color or insert image into your background.
Forum: Themes and Templates
In reply to: [Customizr] How to make slider smaller?to make it easy, I uploaded layered slider plugin and made the size I wanted.
Forum: Themes and Templates
In reply to: [Customizr] How to make slider smaller?Thank you Dave for link of the centering header items. Its perfect now
Forum: Themes and Templates
In reply to: [Customizr] How to make slider smaller?I thought I found the mistake, but not.
Forum: Themes and Templates
In reply to: [Customizr] How to make slider smaller?looks like nothing changed.
I have now:
/*Slider size services page*/
.page-id-services .carousel .item {
overflow: hidden;
width: 1200px;
}
.page-id-services.carousel-image img {
width:1200px!important;
height:300px!important;}With inspector I fount that its a
.carousel-innerI added
.page-id-services.carousel-inner {
height:300px!important;}This doesn’t work
What else it can be.
I have another 500px slider on a front page. Don’t want to change that one.Forum: Themes and Templates
In reply to: [Customizr] How to make slider smaller?I found this code here in support customizr theme.
Thank you so much for your help. I will start over.Do you know how to remove extra spaces before and after slider?
https://dreamitstudio.designatrouge.com/services-2Forum: Themes and Templates
In reply to: [Customizr] How to make slider smaller?found this code
/* navbar site desc remove but keep it for SEO */
.navbar-wrapper .navbar .site-description
{ position: absolute !important; clip: rect(1px, 1px, 1px, 1px); }
/* navbar social remove */
.navbar-wrapper .navbar .social-block { display: none; }
/* navbar adjust padding */
.navbar-inner { padding-top: 16px; }
.navbar.resp .navbar-inner { padding-bottom: 4px; }But its not centered
Forum: Themes and Templates
In reply to: [Customizr] How to make slider smaller?@rdellconsulting
I used your snippets here to remove shadow.
https://www.themesandco.com/snippet/adjust-navbar-box-settings/
Could you please help me to make menu in a center and remove Social media & tagline blocks to make less space between logo & menu
ThxForum: Themes and Templates
In reply to: [Customizr] How to make slider smaller?I turned off and its a bit better (text box is inside of the slider now) but extra space on tob & bottom is still there
Forum: Themes and Templates
In reply to: [Customizr] How to make slider smaller?Thank you @rdellconsulting,
I’m using child theme.
I have this in CSS
‘/*Slider size services page*/
.page-id-services-2 .carousel .item {
line-height: 300px;
overflow: hidden;
min-height: 300px;
width: 1200px;
}
.page-id-services-2 .carousel-image img{width:1200px!important; height:300px!important;}’This is link to the page, see what happened. looks like its 300 px, but has extra space on a bottom. Before It was perfect.
Do you know what plugin used for this slider? May be it was update of the plugin?
https://dreamitstudio.designatrouge.com/services-2