Home › Forums › All Other Themes › Footer on SKT High Tech
- This topic has 16 replies, 2 voices, and was last updated 7 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
March 22, 2017 at 11:03 am #66332
Hello,
the fourth footer column shows “Sign Up For Our Newsletter” but this is neither shown in the footer menu nor the Documentation. Where do I find this and how can I modify it?
Furthermore I would like to adjust the width of each footer collumn. Please let me know how to adjust it via CSS.
Thank you
HansMarch 22, 2017 at 12:55 pm #66353Hi Hans,
We placed static HTML code for newsletter in the theme. You can use any newsletter plugin. Newsletter code added in footer.php
Regards,
DaveMarch 23, 2017 at 8:47 am #66458Dave,
when you say “static HTML code in the theme” does that mean it cannot be erased or modified?
I would like to use the fourth column but without the newsletter sign-up.You have not answered my question about the width of each footer column.
Thank you
HansMarch 23, 2017 at 9:25 am #66460Hi Hans,
You can modify/remove the newsletter code from footer.php line number 38 to 41.
For the width of the footer columns here is the classes:
.footer .gride1{width:150px;}
.footer .gride2{width:140px;}
.footer .gride3{width:165px;}
.footer .gride4{width:405px;}Change the px value as per your requirement.
Regards,
DaveMarch 23, 2017 at 9:53 am #66463Dave,
I assume you have meant line number 37 to 42. Plus line 44.
Hans
March 23, 2017 at 10:01 am #66465Dave,
you have no custom CSS filed in that theme so I have used the Customizer CSS field for your footer proposal.
Unfortunately it does not change the footer width.Hans
March 23, 2017 at 10:11 am #66468did you change the values?
March 23, 2017 at 10:26 am #66469This is what I have put in the CSS field
/* Weite der einzelnen Fußbereiche*/
.footer .gride1{width:150px;}
.footer .gride2{width:280px;}
.footer .gride3{width:165px;}
.footer .gride4{width:300px;}March 23, 2017 at 10:34 am #66471Add this code:
.footer .gride1{width:150px !important;}
.footer .gride2{width:280px !important;}
.footer .gride3{width:165px !important;}
.footer .gride4{width:300px !important;}Regards,
DaveMarch 23, 2017 at 10:48 am #66474Does not change the width either.
Please take a look at the footer of http://soundundtechnik.de
Regards
HansMarch 23, 2017 at 12:04 pm #66485Hi Hans,
It seems that custom css not working properly.
Kindly use this plugin: https://wordpress.org/plugins/simple-custom-css/
Add the code and let us know.
Regards,
DaveMarch 23, 2017 at 1:40 pm #66495Sorry Dave but the simple customs css does not change the width either.
I have tested it with and without the option “important!”
I even tested it with the unmodified footer.php file. It always remains the same.
It looks like it will be overruled with other stylesheet data.
Any suggestion?
Hans
March 24, 2017 at 10:51 am #66616Hi Hans,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveMarch 24, 2017 at 1:11 pm #66649Folks,
it is obvious that your customs style sheet will be overruled by anything that is in you style programing. So you should look into your files why custom style sheet information does not work even with the parameter “!important”
To be fully honest i do not like to give any administration permission since I don’t know what was done in the background. So this might opens a gate to backdoor entrance for everybody.
I would very much appreciate if you double check your programing first why custom styles are not effective.
I have mentioned the url earlier in this communication.
Best regards
HansMarch 27, 2017 at 10:20 am #66863Unfortunately I have not received a solution for the footer width problem.
As mentioned the custom CSS shows no effect even with the !important paragraph.Here is some addition information. Please go http://soundundtechnik.de and look at the second footer.
You will find in the last line a long footer because is all in one word. The line above you have a line-break because of the blank in between the two words.Does this information helps you to find a solution?
Best
Hans -
AuthorPosts
- The topic ‘Footer on SKT High Tech’ is closed to new replies.