News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

About fallback static banner

Started by everchanging, February 14, 2018, 04:03:09 PM

Previous topic - Next topic

Basara

Please use browser inspector tool to check is this rule work for you or not. I think you apply to the wrong element


section.slider {
    display: none;
}

everchanging

Hi,

I did indeed use the inspector of google to get the div id... (but according to what you posted... it appears that I did see the wrong id? frankly... I do not know)...

Now, what I did was to insert at the bottom of the extension's css file the following:



@media only screen and (max-width: 500px) {   
section.slider {
    display: none;
}

}


similarly I did apply the code at the end style.response.css and the onebyone.css

No need to do that? I guess... what I am quite positive that one of these three css file are affecting the slider...

I did clear the cache of firefox... but nothing so far...

I guess I will have to wait for a while for probagation to do its thing? I don't know...
"I know one thing; that I know nothing"

everchanging

Hi Basara,

i checked it in firefox and google and so far it appears to be working!!  :)

I truly want to thank you for helping me out here... so thank you  :)
"I know one thing; that I know nothing"

Sam_78

Try this
@media only screen and (max-width: 500px) {    #banner_slides {        display:none!important;    }}

I think it is overwritten somewhere . can you see all the CSS applied to this ID.
Can you share the url?

everchanging

Hi Sam_78,

thank you for your concern and your suggestion.

Basara's suggestion did work and so far everything is OK...

I will PM you the link (just keep in mind I am still adding products and are working on the shipping etc... well, the store is meant to officially launch sometime coming month)...

Once again I truly thank you  :)
"I know one thing; that I know nothing"

Forum Rules Code of conduct
AbanteCart.com 2010 -