Eng.Lucas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: CSS don’t updateHi, Jose thanks for replying.
You mean a plugin like “WP Super Cache” and others right?
No. I usually install this kind of plugins after all of the site’s design is done.Forum: Fixing WordPress
In reply to: CSS don’t updateUpdate: I’ve just noticed that if I use Appearance > Customize > Additional CSS rather than Appearance > Editor or upload css file with FTP it works! I have no idea whats causing this behavior.
Forum: Themes and Templates
In reply to: [Customizr] Retina logo problemHey d4z_c0nf.
I studied the media queries and I solved my problem resetting the positions I’ve changed to 0. Thanks a lot man!
f anyone else has this problem, the following code solved my issues@media screen and (max-width: 979px) { .tc-header .brand a { left:0 } .navbar .nav li { right: 0%; } }But keep in mind that this may change according to the modifications you made in your website.
Forum: Themes and Templates
In reply to: [Customizr] Retina logo problemHi d4z_c0nf.
Yes I’m the talking about the responsive logo position. Sorry I get used to refer to it as retina cause I worked with a theme in which I had to change things on retina to work on the responsive layout.
Thanks for the advice. I will try to get to a solution and post it here in case anyone had the same doubt.Forum: Themes and Templates
In reply to: [Customizr] WordPress search widget remove search for textI know that this is an old post but once that I had the same doubt and i’ve found a more specific selector, I thought it would be interesting to post it:
.screen-reader-text {display: none;}
Forum: Themes and Templates
In reply to: [Virtue] resize footerIt worked perfectly.
Thank you very much Hannah!Forum: Themes and Templates
In reply to: [Virtue] resize footerHi Augustin56.
Sure. The site is the Engenhar Climatização.
Is not a big problem but I really think it would look better if I cut off something like 20px from the footer and probably a little from the gap between the footer and the content.