Home › Forums › All Other Themes › SKT Food Help
- This topic has 16 replies, 2 voices, and was last updated 4 years, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
June 15, 2020 at 10:36 pm #154705
Hi All,
Looking for help. I have set up WooCommerce and I am having some issues.
I am not given the option on the page to set the pages up as full width.
On my own normal pages no issues with full width.
Also the height of the website menu and logo is overlapping the shop images?
Fine on all other pages? Any help appreciated.https://imgur.com/a/tzlRHHy
June 16, 2020 at 4:58 am #154712Hi Carolyn,
Your 1 year support for theme has expired. To continue receiving theme updates/access and support for another year kindly subscribe for just $18
Pay via PayPal:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E6MFAFM4T6RDL
June 16, 2020 at 5:01 am #154713Pay via Credit Card:
https://sites.fastspring.com/sktthemes/product/singlethemeyearly
Once paid we will again renew your support for 1 year and you will also receive theme updates/access as and when they happen.
Regards,
DaveJune 16, 2020 at 7:02 am #154738Thats not the help I was expecting. I paid my renewal fee before posting this help topic
June 16, 2020 at 8:11 am #154757Hi,
Okay, Kindly show us your website URL please?
Regards,
DaveJune 16, 2020 at 8:14 am #154760https://www.carolynssweets.ie/shop/
June 16, 2020 at 10:46 am #154766Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.innerbanner { height: auto; min-height:170px; }
Regards,
DaveJune 16, 2020 at 10:48 am #154768Thanks Dave. I’ll try that. The Full Page Width issue how do I fix that?
I get the option to change the page width type on all normal pages but not on this page with woocommerce?June 16, 2020 at 3:01 pm #154784Hi Dave, just tried this but now it is showing the featured image top banner on all the other pages? I had a diff code in and deleted it to replace with yours?
.innerbanner{height:000px;}
.entry-title {display: none;
}
.page .header { position:relative;}June 16, 2020 at 5:15 pm #154790just regarding the full width. its the sidebar widget i want gone but don’t get an option as per screenshot above.
June 17, 2020 at 7:31 am #154842Hi,
Kindly go to Theme Option >> Basic settings >> Scroll down to bottom and find text “Woo-commerce page Layout” >>
Select Woocommerce Full Width form dropdown.Kindly refer our image documentation:
http://sktthemesdemo.net/documentation/carpet-cleaning-doc/#playing-with-theme-optionsRegards,
DaveJune 17, 2020 at 8:30 am #154853Thanks Dave that worked great. for some reason my reply to you did not post.
Any idea how I can drop the shop page titles/header down so not overlapping on the logo and menu?
https://www.carolynssweets.ie/shop/
June 18, 2020 at 10:02 am #154901Hi,
Kindly use this CSS for overlapping.
Add this code there:
.innerbanner { height: auto !important; min-height:170px; }
Regards,
DaveJune 18, 2020 at 10:23 am #154907Hi Dave as previous. My CSS now has
.innerbanner{height:000px;}
.entry-title {display: none;
}
.page .header { position:relative;}
.innerbanner {
height: auto;
min-height:170px;
}This is making the shop not overlap but the normal pages are now showing the inner top banner/featured image and looks silly.
June 18, 2020 at 11:49 am #154914Hi,
Kindly use this one:
.woocommerce-page .innerbanner { height: auto !important; min-height:170px; }
Hope this help
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.