text into link within a widget

First of all, congrats and thank you for this amazing theme! Special thank you to Ion Rutz for all your help through this topics.

Actually I have 3 questions but only the first one is very important to me and I would very gratefull if you could give any kind of help or just few tips.

  1. I would like to transform the text which is in the entry of the ‘skill’ widget into a link (for 3 of them).
    I dont know if it is possible through css or php but I will give it a try with some guidance…

  2. Reading all the topics and with your answers, Ive managed to put the logo at the center of the jumbotron using ‘@media only screen and (max-width: 1280px)’ and many copy-paste… but is it a way to standarise this? meaning is there a way to know in advance the exact center for every resolution or use some other command?! Actually for how many pixel/resolutions should I worry about? 479, 768, 1200…?

  3. Is there a way to change the size of the fa-icon within services widget?

Again thank you for all your help so far and possibly future one.

Hello @mariosdk,

Thank you very much for the kind words and for using our product.

Please provide live website preview for a closer look and I’ll do my best to guide you around and achieve the modifications you are looking for.

Best regards

Hi, sorry for the delay and thank you for your response. Here is the website http://theolivewoodhouse.ca/

Actually by now the only remaining issue is that I cannot center the logo for different screen sizes… If you can please share any tips for this it would be great!

Hi Mariosdk,

|For different screen sizes where it doesn’t show well, use the following code for your logo

.custom-logo {
    max-width: 450px!important;
    height: auto !important;
}

Thank you,

Cristian