XLFR
Forum Replies Created
-
Forum: Plugins
In reply to: [Child Theme Configurator] Layout Changed After Generating ChildHi!
Thanks, I just had to copy the RTL.css file to the child folder.
You should make this generation automatically, it can save time…Thanks.
Forum: Fixing WordPress
In reply to: Need Help With CSS…Hey man, thanks for this, the scrollbar is gone but here’s what it looks like : https://snag.gy/MvVFmp.jpg
Any margin other the 0 with this string of code eliminates the white space but brings the scrollbar back…
Any other ideas?
Forum: Fixing WordPress
In reply to: Need Help With CSS…Thanks @alichani
I tried your addition and it did remove the scrollbar, but left me with a white margin…
Take a look here: https://snag.gy/L8EmcK.jpgGot anything else in your sleeve?
@hon1145
No problem, it’s Elementor page builder.Forum: Fixing WordPress
In reply to: How to stretch a section?Well I’m there too, but I’ve yet to receive an answer…
Does it require someone from the inside to figure out this enigma?Forum: Fixing WordPress
In reply to: How to stretch a section?I am. Wrote it at the original post. It’s called Elementor.
Forum: Fixing WordPress
In reply to: How to stretch a section?PROGRESS IS BEING MADE!
Now the menu stays normal but it stretches the content of the page with a bottom scroll bar.I tried to understand the logic behind “#content. container” but couldn’t.
To apply a class in my code (#content for example) it has to come before the element when I check in the source (.container for example) ?What should I do in this case?
Forum: Fixing WordPress
In reply to: How to stretch a section?@kimwhite
Finally! Progress! Ok, it works.
Now I have something new that needs fixing.By using this code:
.container { padding-right: 0px; padding-left: 0px;}
It stretches not only the page content but the menu as well. This results in a menu that creates left-right scroll bar in mobile/tablet view.
What can I do to resolve this?
If I delete this code it leaves margin on the sides.
This is the page I’m talking about: https://roi.pub/about-meTHANKS KIM!!!
Forum: Fixing WordPress
In reply to: How to stretch a section?@kimwhite
Yesterday I sat on this [Expletive moderated] thing for a couple of hours. At some point I got so pissed that I launched my wireless mouse into the floor. It [Expletive moderated] exploded.I really don’t understand why it’s happening, here’s the CSS code I used:
https://snag.gy/5ixKNb.jpgAnd for some reason it’s overridden with this:
https://snag.gy/pGSDq5.jpgWhen I alter the 25px in the inspector it works, just like it does for you… but why the hell it overrides the CSS I entered?
- This reply was modified 7 years, 2 months ago by Geoffrey Shilling. Reason: Expletive moderated
- This reply was modified 7 years, 2 months ago by Geoffrey Shilling.
Forum: Fixing WordPress
In reply to: How to stretch a section?@kimwhite
I didn’t put it in media query if that’s what you’re asking.Forum: Fixing WordPress
In reply to: How to stretch a section?I didn’t put it in media query if that’s what you’re asking.
Forum: Fixing WordPress
In reply to: How to stretch a section?@kimwhite
Kim I need you!Forum: Fixing WordPress
In reply to: How to stretch a section?Hey Kim,
Yeah, I want to eliminate the white padding around the sections.Tried this:
.container { padding-right: 0px; padding-left: 0px;}
And this:
.layout-content.boxed #primary { padding-right: 0px; padding-left: 0px;}
And they both leave – although indeed smaller – some padding.
Is there anything else you would suggest?Forum: Developing with WordPress
In reply to: Turning Php Code Into Shortcode (?)Steve, you’re the man! Thanks a lot!
Forum: Developing with WordPress
In reply to: Turning Php Code Into Shortcode (?)That one exactly.
Thanks.Forum: Fixing WordPress
In reply to: Errors when trying to use widgets – After moving hostThanks Tara!
Tried disabling the plugins and changing the theme – didn’t work.
Tried the manual update (or shall I say repair) – worked!Question though, how can I check that there are no problems with the files or something that got corrupted during this manual file change?