Hi, I´ve created a product with the Advanced Editor and I don´t know how to remove the sidebar that remains below the content at the end of the page. (The PAGINAS sidebar at the right).
Thanks!
Hey cipriana,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.single-product aside.sidebar.sidebar_sidebar_right {
display: none !important;
}
Best regards,
Jordan
Hi, thanks Jordan, almost right!
I still remains a white space there. Is it possible to remove it?
Thanks
Hey!
I t seems you have an empty section added, please try to remove that.
Thanks a lot
Regards,
Basilis
Mmm, no, I´ve no empty section…
Hi,
There are 3 columns on top of the map, in the first column, kindly find the iframe:
<iframe id="bkt-widget-cp" src="https://segwaytrip.booketea.com/Sales/Home/Tour/41616?mode=1&iframe=1&isolated=1&culture=es" width="600" height="1000" frameborder="0" scrolling="yes"></iframe>
change the height from 1000 to 700, it should look like this:
<iframe id="bkt-widget-cp" src="https://segwaytrip.booketea.com/Sales/Home/Tour/41616?mode=1&iframe=1&isolated=1&culture=es" width="600" height="700" frameborder="0" scrolling="yes"></iframe>
Save and Update the page, let us know if it works :)
Best regards,
Nikko
Hi, Nikko, I guess you´ve misunterstood me. I mean the white space below the map and over the gray footer.
I did what you said but it reduces the white space over the map.
Thanks
Hi,
Sorry about that, there was a large gap there also, I thought that was the issue. It’s weird that there’s an empty section showing on the front, but you can add this css code to Quick CSS (this is specific to that page/post only):
.postid-6827 #after_section_4 {
display: none;
}
Let us know if it works. :)
Best regards,
Nikko