vilatours
Forum Replies Created
-
Hi,
Thank you for your reply.
Actually, I have been investigating and it also happens in tablets.
In my case, when WOO filter is opened and then you flip the tablet 90º, then is when you get the flat line.
So it must be a WOOF-related problem.Thank you very much,
I gather that it only happens when you are logged in as admin in WordPress?
Thanks again!Forum: Plugins
In reply to: [Multisite Language Switcher] Wrong flag for Vietnamese languageHello,
The same goes for the catalan flag. WP calls for ca.png instead of ca_ES.png thus the canadian flag shows up, not the catalan.
Thanks in advance.- This reply was modified 8 years, 11 months ago by vilatours.
Sorry!!
Misspelling!!!#main { padding: 0 !important; }Works dandy!
:))
Thank you very much!!True!
I’ve changed to padding:0px the style.css of the parent and it worked.
Thanks.
Although how is this happening? As far as I know, my style.css from the child theme should be doing the trick, right?
thanks for any feedback on the matter#main {
padding-bottom: 0!important;
}Try that instead
Just did. Still nothing.
The style.css is in deed working.
Adding:body { border: 10px solid red !important; }It sure changes things.
Unfortunately, adding#main { padding-bottom: 0; }makes no difference.
I still don’t seem to understand where this html code is generated:
`<div id=”main” class=”site-main”>
<div class=”full-container”><div id=”secondary” class=”widget-area” role=”complementary”>
</div><!– #secondary .widget-area –></div><!– .full-container –>
</div><!– #main .site-main –>`I feel all this empty <div> tags are creating this white stripe between my meta slider and footer.
Please help!
Thanks a lot again in advanceIt doesn’t seem to be chamging anything.
this is my style.css:
/*
Theme Name: My Vantage Child Theme
Version: 1.0
Description: A child theme for Vantage, the premium business directory theme for WordPress.
Author: Your Name
Author URL: http://www.your-url.com
Template: vantage
*/@import url(“../vantage/style.css”);
@import url(“../vantage/styles/blue.css”);/* =Theme customization starts here
————————————————————– */#main {
padding-bottom: 0;
}