Forum Replies Created
-
AuthorPosts
-
April 18, 2020 at 1:15 am in reply to: Genesis Layout drop-down box not available – Got spinning wheel of death! #498043
RichardHK
MemberHi guys,
If it helps I managed to find answer to my question above. I just needed to Insert a new record in the postmeta table as follows:
INSERT INTO
xx_postmeta(meta_id,post_id,meta_key,meta_value) VALUES ('475024', '99365', '_genesis_layout', 'full-width-content');I missed this first time around because the _genesis_layout record was not there for page. Found it on other pages that did have the full width layout! Oh well.
RichardHK
MemberThanks Brad,
Yes, that will work. I also had a brainwave just after posting my question and tried the following mobile media query and it works Ok too it seems:
.one-sixth {
width: 31.623931623931625%;
}I just pasted the '.one-third' value 31.xx into the one-sixth expression.
I now have 2 ways to do this! Many thanks again, especially for your quick response.
RichardHK
Member@braddalton Many thanks for your help on this, as I had exact same need as Andrew.
I have six images across page which now looks and behaves good on desktops and tablets, but when getting down to mobile size screens, say 480px, the six images scale down to a very small size, too small to read well.
How can I split the 6 images into 2 groups of 3 columns for the mobile view?
Thanks. Any help much appreciated.
-
AuthorPosts