Tagged: footer
-
AuthorPosts
-
February 22, 2014 at 2:54 pm #227906
Hello,
I need little help with 2 things.
1. How to decrease footer height to fit text height (see picture) ?
2. How to display price excl. VAT in next line and with smaller font size (see pic.) ? I want do this on catalog page and on single product page. This is my setting of Price display suffix: incl. VAT {price_excluding_tax} excl. VAT
Thank you.
this is my page: acraft.sk
- This topic was modified 10 years, 9 months ago by miso00.
February 23, 2014 at 7:58 pm #228172Hey miso00!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-#footer, #socket .container { padding: 0; } #footer .widget { margin: 0; }
2-
#top .price span { float: left; clear: left; }
Cheers!
YigitFebruary 23, 2014 at 8:56 pm #228201Almost.
First code edit only footer but socket height is the same.
Second code works but incl.VAT and excl.VAT text is wrongly placed.
Is it possible to place prices in two lines through woocommerce “Price display suffix:” option ?
Site URL: http://www.acraft.sk
Thanks for your help.
February 24, 2014 at 3:53 pm #228504Hey!
1- You do not have enough content on your page that is why socket section looks that high. Please add more content to your page
2- Can you post the link to your page where this happensRegards,
YigitFebruary 24, 2014 at 5:12 pm #2285591. Yes, if I add more content, footer and socket looks good. But on some pages I don’t want more content.
Is it possible to decrease socket height by some other way than adding content ? Thank you.2. http://acraft.sk/en/product-category/diely-vzduchovych-podvozkov/audi/
And one other problem. Do you know how to remove category image from THIS page (audi logo above products)??
I want to have the category iamge only HERE. Thanks a lot.- This reply was modified 10 years, 8 months ago by miso00.
February 25, 2014 at 10:06 am #228925Hey!
1) You can try to add a “Color Section” to the layout. Then use the “Section Minimum Height” option: http://www.clipular.com/c/6248100729454592.png?k=uv9y0eTazC1ex3LFe6HcMsFLH14 to set a minimum height for the content section. This height will be applied regardless of the content height. If the page is an archive page (i.e. shop page or post) you can’t set a minimum height for the content. In this case you either need to add more content or the footer/socket area will be bigger.
2) I recommend to hide the image with some css code – insert this code into the quick css field:
.template-shop .page-thumb{ display: none; }
Cheers!
PeterFebruary 25, 2014 at 10:35 am #228933February 26, 2014 at 3:44 pm #229591Hey!
Please try adding following code to Quick CSS as well
#top .price { display: table!important; }
Regards,
Yigit- This reply was modified 10 years, 8 months ago by Yigit.
February 26, 2014 at 5:32 pm #229649February 26, 2014 at 6:06 pm #229670Hi!
I have updated the code i have posted in my previous post, can you try it now
Cheers!
YigitFebruary 26, 2014 at 7:04 pm #229702No effect. I have this in quickCSS:
#top .price span { float: left; clear: left; } #top .price { display: table!important; }
But if I add only this:
#top .price span { display: table!important; }
Prices looks like THIS. Stupid incl.excl.VAT text isn’t next to price.
February 26, 2014 at 7:06 pm #229706February 26, 2014 at 7:21 pm #229713OK wait
February 26, 2014 at 7:25 pm #229718This reply has been marked as private.February 26, 2014 at 7:28 pm #229721Hey!
“Due to protection of web servers from repeated attacks, we were forced to restrict access to administrative interface of web pages to selected countries.” I am from Lithuania
Regards,
YigitFebruary 26, 2014 at 7:31 pm #229723Can I change something in settings in order to acces the admin inteface by you ?
EDIT: Just changes some setting on my webhosting. Try now.- This reply was modified 10 years, 8 months ago by miso00.
February 27, 2014 at 1:01 am #229846 -
AuthorPosts
- You must be logged in to reply to this topic.