Posts by rbenvenuto • 143 points
5 posts
-
1
votes1
answer163
viewsQ: apt - Apache2 package does not have "apache2.conf" file
I recently started using Ubuntu 16.04 I’m following this tutorial to install the LAMP. sudo apt-get install apache2 After encountering several errors, I realized that the package is coming without…
-
2
votes1
answer467
viewsQ: Dynamic calendar of Javascript months
am a beginner in Javascript. I need to make a calendar that shows only the months. For example: It is September now. The calendar will show from September(2016) to August(2017). With the code below,…
javascriptasked rbenvenuto 143 -
-1
votes1
answer127
viewsA: Website button works on desktop but not on mobile
I managed to solve the problem. Follow the code I used. <h5 style="font-size: 18px; text-align: center;"><a style="cursor: pointer;" href="#"><span style="font-size:…
-
-1
votes1
answer127
viewsQ: Website button works on desktop but not on mobile
I have a button on the website that triggers a lightbox to fill out a contact form. The problem that the button is only clickable on Desktop. When accessed by a mobile device, this button no longer…
-
1
votes2
answers53
viewsQ: How to select a specific contact form to format in CSS
I am working on a quick contact form on my page, and I need to format it in css with the following code: form.wpcf7-form { position: absolute; width: 250px; top: 165%; left: 65%; text-align: center;…