Just a quick and simple one here.
I'm trying to center a series of 6 icons w/text using additional css on my wordpress website.
How do I locate and center these all together?
I can't tell you how much I appreciate your time
Related
I am trying to display 2 buttons in the main image of landing page.
I am trying to add many media queries to make the alignment of the buttons responsive when the device size changes
but still it is not working in all devices.
hear is html file and images zip folder
https://github.com/MiteshKalal7/crushme/tree/main/crushme
link to codesandbox
please help me the do this.
i will appreciate your efforts for helping me.
i am stuck in this issues in last 2 days.
thank you for helping..
I bought a tempalte website for a friend since i am no coder and tried to customize as far as possible.
This is the URL:
http://www.roxaneroffler.com
I have a problem with the gallery, it gets buggy when i add more than 6 or 7 images. It jumps from one image to the beginning and going back behaves weird as well.
I have no idea where to start.
Can you guys check the CSS code through the given website or do i have to post the CSS class? im afraid the horizontal gallery css class is too big.
Just a quick one as i can not seem to find anything on this one anywhere.
I am using bootstrap 4 css and some JavaScript to make my first website for a portfolio.
I know that my page is responsive now but i'm wondering should i be using 4 different size images of the same picture with the picture tag or is it ok just to compress the one picture down to a reasonable size for example 60kb
then use this one image for all screen sizes as it will be responsive..
Just wondered what all you professional developers do as i am still a novice and do not know how it is done. what would you do if you were making a website using bootstrap 4 images one for each breakpoint with the picture tag and max/min width...or just go for the easier option and have one image for all less code but im guessing that it may be a longer loading time on a mobile device??
..sorry i do not have the code to show you guys it is just i have not got round to figuring out how to use the picture ta with bootstrap and i am still at the stage of compressing all of my images.
Any answers will be greatly appreciated.
I'm not sure if I'm in the right place but I created part of a webpage using Visual Composer but I am having trouble figuring out how to reduce the padding between the icon and the title text below. Here is a link to how this section of the page currently looks: http://postimg.org/image/gv19ve3in/
I asked a question previously (Here's a link) and found an answer that solved my problem. But now due to the P tag which I used to center the text I have created too much space between the icon and the text. I'm hoping someone will be able to help me figure out how to do this.
I am new to web development and new to Stack Overflow and still trying to learn how to navigate all this complexity. I am building this website in Wordpress and this specific element I am working on has been created with Visual Composer, however, you can see the code I used in the link to my previous question.
As always, thank you for your help.
since there is no code I can not tell you 100%
but you have 2 aproch
1- get the icons closer by
.icon-class { position:relative;bottom:-15px; }
or
.icon-class { margin-bottom:-15px; }
2- try to see the reason for the margin and reduce it
So... I have to make a working prototype of a website to customize your own cupcake. I really don't know how to make it. I got an image in my head of what I want, but I absolutely don't know how to get it to work.
So, my question is: Is it possible to have multiple image sliders overlap filled with png images so if you click the thumbnails you can build up an image consisting of changeable parts?
I already found some basic image sliders that I would like to use. The thumbnails for the sliders will be hidden in the various menus. Every menu stands for a changeable part of the cupcake, so the thing I want to create with all of the sliders is a personal cupcake.
I made the png files myself so I really hope this idea is possible, because I need this working thing for school and otherwise I really don't know what to do to make it work :X.