I wonder why I can't perform the action at 3:30. I'm using Astra theme as well as Starter templates but I tried to replace the images in vain.
@BrainstormForce2 ай бұрын
Very strange as this should not happen. Is this a fresh install?
@visualmodo4 ай бұрын
Really good video!
@BrainstormForce4 ай бұрын
Glad you enjoyed it
@I_Mackenzie4 ай бұрын
Thanks for the vid. Wondering what the purpose is of setting a border on the buttons if the border is the same colour. Would not setting a border do the same thing?
@BrainstormForce4 ай бұрын
If someone wants to set a different/second border then it''ll be helpful
@I_Mackenzie4 ай бұрын
@@BrainstormForce Ok
@patsymutiso3 ай бұрын
I'm having an issue with getting am embed KZbin short to display in the 9-16 aspect ratio. What settings should I use for this in Spectra?
@BrainstormForce3 ай бұрын
For the moment, unfortunately this aspect ratio is not available. But thank you, feedback has been passed on to the team :)
@linalitafarm11 күн бұрын
I am having an issue with getting the HTML tag "services" to work. I click on the call to action button and nothing happens. What should I do?
@SelfImprovementJourney924 ай бұрын
very nice.plese i do not know where/when to use px/vh values
@SelfImprovementJourney924 ай бұрын
nice video.can you please tell me the difference between px and vh values is confusing me
@BrainstormForce4 ай бұрын
Thank you! While they are both measurement units: - Vh (viewport height) / Vw (viewport width) are usually used for heights and widths of containers (not only but it's a good use case) and that means that managing a responsive website (desktop / tablet / mobile) is easier to maintain. - Px is usually used for fonts. But it can also be used for spacing / sizing. At our level, usually we use vh for containers height and px (or em) for fonts, padding / margins within a container.