- This topic has 3 replies, 2 voices, and was last updated 1 month, 4 weeks ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › GB ShoppingVersion: pro4.0 Updates
Hello,
I am using GB Shopping Version: pro4.0 theme for my site, www.tamge.com.
I want to make the following changes to the layout.
Center the Shopping Cart Icon to match the nav bar (horizontally): https://ibb.co/21RL25sk
On the footer column section, I want to have the blue color go all the way around. Right now, the white section abuts the copyright section and the footer info box. (I currently have a logo in the info section, but when I hide that section, it abuts the bottom of the text section): https://ibb.co/2056kLJx
I want to shrink the title section. I removed the image, and the entire section disappeared. I have to use a transparent image to make the section visible. I want this section to be smaller and still have the page title show up on the pages: https://ibb.co/QjYKqVG3
Thanks
Hi,
Kindly use this CSS code to resolve your issues.
.page_head, .post_head { height: 210px;}
.skt-page-title.hdr3 { bottom: auto;}
.skt-page-title { transform: translateY(-50%);}
.footer-infobox .center { padding: 65px 0 45px;}
#footer .rowfooter { margin-bottom: 60px;}
.header-extras {padding: 15px 15px 10px;}
.header-extras li .custom-cart-count { display: inline-block; position: relative; top: -2px; right: 0;}
Regards,
Dave
Thanks, they all worked.
Welcome 🙂