How to make background of module full width
3 years 5 months ago #61057
by a2zcs
How to make background of module full width was created by a2zcs
Love the extension, thank you! I'm using the extension on the main horizontal menu of the site. But normally speaking the menu bar/background is full width of the screen and I could only get the floating menu to appear page width. Please see
a2zpreview4.com/
How can I get the floating menu bar to be full width of the screen?
How can I get the floating menu bar to be full width of the screen?
Please Log in or Create an account to join the conversation.
3 years 5 months ago #61058
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic How to make background of module full width
Hi
Floating Module CK interacts with the module, but in your case you only have a visual effect that you think that it is fullwidth
this is how your template is made, if you have no module in the nav position, you still have the 2 blue bars on the left and right side of the page
your module is limited to the template width : 1000px
unfortunately, you can not ask Floating Module CK to fix this
BUT, you can do something wiht the CSS
CEd
Floating Module CK interacts with the module, but in your case you only have a visual effect that you think that it is fullwidth
this is how your template is made, if you have no module in the nav position, you still have the 2 blue bars on the left and right side of the page
your module is limited to the template width : 1000px
unfortunately, you can not ask Floating Module CK to fix this
BUT, you can do something wiht the CSS
Code:
#floatingmoduleck1.isfloatingck::before {
display: block;
content: "";
height: 39px;
position: fixed;
left: 0;
right: 0;
width: 100vw;
background: #0f2671;
}
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.191 seconds