Jump to content

How to place small banner below slider


Recommended Posts

  • 4 weeks later...

change:

/* Top hook CSS */
  #htmlcontent_top {
    float: right;
    width: 33%;
    max-width: 391px;
    padding-left: 4px;
} 
to:

/* Top hook CSS */
  #htmlcontent_top {
    width: 100%;
    clear: both;
} 
in: /modules/themeconfigurator/css/hooks.css
Link to comment
Share on other sites

  • 3 months later...

Hi,

 

I found the way for having full banner~

Following the steps mentioned in above posts, then change the /themes/default-bootstrap/css/modules/homeslider/homeslider.css as following

#homepage-slider {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 14px;
  width:100%; /*new*/
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*float: left;*/ }
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...