Currently, as the browser window width shrinks, Footer 1 gets too narrow and breaks the layout of the widgets inside.
Thanks for your help on this,
Phil
For my Home/Landing page in desktop mode only, i wish to fix the column width of a section so that it is not effected or responsive to any user changing the width of their browser window, on their desktop. You can lock the background image of the section, so that it is not effected by the size of the browser window, but I can not find a way to stop the column widths shrinking in line with the browser window width being made smaller by the user, which obviously bunches up the words making it look awful. I would love the columns to not be responsive for just this one landing page in desktop mode.
I can see how automatic column size adjustments would be necessary in most (nearly all) responsive web page set ups, but for just this desktop landing page, i don’t want it to be the case. IS IT POSSIBLE?
Thanks in advance.
]]>On my main page I have made two columns with text boxes (one black, one white), in front of the background pic, that I have put in this position by changing margins to negative. It works on desktop, but with tablet or mobile it becomes messed up. I don’t know what to do, does anyone know where to start? Can I make the section non-responsive or the whole page? Or set a minimum width also on mobile?
Would be grateful for any advice!
Best regards Tore
On my main page I have made two columns with text boxes (one black, one white), that I have put in this position by changing margins to negative. It works on desktop, but with tablet or mobile it becomes messed up. I don’t know what to do, does anyone know where to start? Can I make the section non-responsive or the whole page? Or set a minimum width also on mobile?
Would be grateful for any advice!
Best regards Tore
I need to set a minimum width/size for popups. How can I do this?
You can view at https://waggeneredstrom.com/what-we-do/our-work/portfolio-dev/ and click the tile. the says “53%” as an example.
Thanks,
Jeff
https://www.ads-software.com/plugins/easy-media-gallery/
]]>$attachments = get_posts(array(
'post_type' => 'attachment',
'numberposts' => -1,
'post_status' => null,
'post_parent' => get_the_ID(),
'order' => 'ASC',
'orderby' => 'rand',
));
However, as you can see with the link below, I only want to show the larger images that I upload to be use as the slider images – not the smaller logo image and image used in the content section.
https://www.stickerstork.com/portfolio/rook/
How can I add an attribute that will only use attachment images with a width larger than 1000px?
Thanks in advanced for your help!
]]>