Utility Bar full width
-
[ Moderator note: moved to Fixing WordPress. Please do not use Developing With WordPress for these topics. ]
Hello,
Recently I started making a webshop with woocommerce using the i-craft theme. This is going beyond my expectations because I have 0 experience with CSS, PHP or HTML. The theme looks good however I would like to change the utility bar to the full width of the page. How will I be able to accomplish this? The site is: https://www.dadelstore.nl
.ubarinnerwrap {
margin: 0px auto;
max-width: 1264px;
padding: 100% 32px;
}
.utilitybar {
display: block;
border-bottom: 1px solid #e7e7e7;
height: 36px;
line-height: 32px;
padding: 0px;
vertical-align: middle;background-color: #676767;
color: #FFFFFF;
- The topic ‘Utility Bar full width’ is closed to new replies.