Home › Forums › All Other Themes › Industrial: Many questions
- This topic has 6 replies, 2 voices, and was last updated 7 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
February 16, 2017 at 5:12 pm #62310
Hi,
I have a couple of questions so I’ll address them all here.1) How can I change the size of the header logo? I can only adjust height in Theme Options and that will not keep the ratio and stretches is.
2) How can I move up the “featured boxes” so they would cover the slider photo? And also everything else that comes after that (in my case – Our Partners & footer)
3) How can I completely remove the footer part with navigation (currently reads Esileht > FIRMAST > TEENUSED)?
4) Is it possible to move the e-mail address and telephone number (near the footer) so they would be centered with the envelope and phone icons?
5) Is it possible to center align the Copyright text at the bottom?
I could try to change the main CSS file but as you have advised to use Custom CSS, I don’t know how to code CSS..
The site is located at http://www.rutar.ee
I would really appreciate Your help 🙂 Nice thing you’ve got going on here. Purchased the all-themes pack 🙂
Greetz!
February 17, 2017 at 5:22 am #62354Hi Peeter,
1) Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.logo{width:40% !important;}
.header_right{width:60% !important;}2) Add this code in Custom CSS Box:
.one_four_page-wrap{margin:-170px auto 0 !important;}
3) Footer is widgetized. Go to Appearance>>Widget>>Footer Widget 1
Drag and drop text widget in footer widget to remove default widget.
4) Didn’t quite understand here.
5) Add this code in Custom CSS Box:
.copyright3cols{width:100% !important; text-align:center;}
Regards,
BradFebruary 20, 2017 at 10:19 pm #62683Thank You for Your time 🙂
By 4) I meant can I do this?
In solution 3) – this still leaves the grey area visible. Is it possible to totally remove it?
Also, can I create spacings between the four boxes?
Thanks 🙂
February 20, 2017 at 11:22 pm #62687Also, is it possible somehow to make mobile devices ignore my Custom CSS? It looks alot nicer now on desktop browser but worse on a mobile browser 🙁
February 23, 2017 at 9:35 am #62994Hi Peeter,
Add this code in custom css box:
@media screen and (max-width:768px){
.logo{width:auto !important;}
.header_right{width:auto !important;}
.toggle a{padding:10px !important;}
.one_four_page-wrap{margin:0 !important;}
}Regards,
BradFebruary 28, 2017 at 11:13 am #63626Thanks 🙂 This made the mobile experience perfect again.
However, can you help me with the problems mentioned in the previous post (#62683)?
Thank you!
February 28, 2017 at 11:33 am #63628Okay
-
AuthorPosts
- The topic ‘Industrial: Many questions’ is closed to new replies.