Designing Responsive FSE Theme
-
I’m new to developing themes and would like to transform clients designs into real sites. I’ve previously made responsive static sites using bootstrap so I am familiar with HTML, CSS, PHP, JS etc
Starting out developing wordpress themes I see the new norm is develop block themes as opposed to classic (where responsive elements are a matter of basic bootstrap)
My first goal was to design a theme with a hero cover and round site logo in the center.
Adding a site-logo to the cover block gives an image width control which is in px (therefore not responsive) I can override this in CSS for example by applying width: 30vw; height: auto; however as expected this makes for strange results in the editor
In addition when changing the image width in editor once the original size of the image is reached increading the width further has no effect in the editor screen. (the logo is however scaled up on the actual site)
My main question is when developing block themes what is the correct method to make site elements responsive when all width controls are in px?
- The topic ‘Designing Responsive FSE Theme’ is closed to new replies.