Remove UB-banner block

I can disable the UB-banner block but then there remains white space on the page. Is it possible to fill up this space with the blocks left of this block?

2 answers

Profile photo of Ziven Staff 100280.00 $tone August 16, 2017
Public

Hi There,
I wonder if you referred to the issue in this screenshot http://prntscr.com/g93yho? 
If that’s the case, please follow steps below: 
Go to the file: app\design\frontend\Ubertheme\megamall\web\css\source\_layout.less at line 139 and replace with the code below:

.page-layout-2columns-left {
.sidebar-additional {
padding-right: @layout-column__additional-sidebar-offset;
padding-left: 0;
clear: left;
float: left;
}
}

and add this new code: 

.page-layout-2columns-left {
.sidebar-additional {
padding-right: @layout-column__additional-sidebar-offset;
padding-left: 0;
clear: left;
float: left;
margin-top: 20px;
}
}

Once done, please re-compile the LESS to CSS (and make sure you remove the var/ and pub/static/*)
Best Regards,
Ziven.
 
 
 
 

#1
Profile photo of Ziven Staff 100280.00 $tone August 16, 2017
Public

Hi There,
Regarding the issue in your PDF file, please follows tweak below: 
Go to the file: app\design\frontend\Ubertheme\megamall\Magento_Theme\web\css\source\_module.less, find the line 398 and change the width from 500px; to width: 100%;
Once done, please re-compile the LESS to CSS (and make sure you remove the var/ and pub/static/*).
Best Regards,
Ziven.
 
 

#2

Please login or Register to Submit Answer

Written By

Comments