Industrial: Many questions

Home Forums All Other Themes Industrial: Many questions

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #62310
    PeeterPeeter
    Participant
    • Topics: 27
    • Replies: 35
    • Total: 62
    Member since: January 11, 2016

    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!

    #62354
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30691
    • Total: 30691
    Member since: August 16, 2013

    Hi 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,
    Brad

    #62683
    PeeterPeeter
    Participant
    • Topics: 27
    • Replies: 35
    • Total: 62
    Member since: January 11, 2016

    Thank You for Your time 🙂

    By 4) I meant can I do this?
    problem

    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 🙂

    #62687
    PeeterPeeter
    Participant
    • Topics: 27
    • Replies: 35
    • Total: 62
    Member since: January 11, 2016

    Also, 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 🙁

    #62994
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30691
    • Total: 30691
    Member since: August 16, 2013

    Hi 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,
    Brad

    #63626
    PeeterPeeter
    Participant
    • Topics: 27
    • Replies: 35
    • Total: 62
    Member since: January 11, 2016

    Thanks 🙂 This made the mobile experience perfect again.

    However, can you help me with the problems mentioned in the previous post (#62683)?

    Thank you!

    #63628
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30691
    • Total: 30691
    Member since: August 16, 2013

    Okay

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Industrial: Many questions’ is closed to new replies.