Home › Forums › Construction Pro/Build Forum › Photogallery configuration – footer
- This topic has 8 replies, 2 voices, and was last updated 6 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
March 2, 2018 at 7:49 am #95483
Could you please inform us how we can configure the photogallery. We need to change the display to 3 photos per row (now is 4) and link every photo with specific page (when the visitors click on that photo to visit more info).
A second question is how we change the height of the footer (which is with black font).
http://kbonatsos.000webhostapp.com/
March 6, 2018 at 6:37 am #95785Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.cols-3.widget-column-3 { display: none;} .cols-3.widget-column-2 { width: 40%;} .menu ul { -moz-column-count:2; -webkit-column-count:2;} #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 { max-width:inherit !important; width:100%;} #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0, #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0 { height:280px !important; width:280px !important;}
Regards,
ChrisMarch 7, 2018 at 3:13 pm #95979Footer looks better now. A last question is how we disable the last section of the footer (on the right part–recent posts). Thank you in advance
March 7, 2018 at 3:36 pm #95980Actually as we used another photo gallery (and configure the number of images per row). we need only to minimize the heigh of the footer and disable the “About us” and “recent posts” sections.
http://kbonatsos.000webhostapp.com/
March 8, 2018 at 6:52 am #96030Hi,
I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in imgur.com and share the link here.
Regards,
ChrisMarch 8, 2018 at 8:31 am #96036Hello Chris,
We need the code only for the footer (not for the photo gallery) in order to minimize its height and disable the two sections, image: https://photos.app.goo.gl/Rm8OaMnutSxcACYG2
March 8, 2018 at 12:56 pm #96076Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.cols-3.widget-column-4, .cols-3.widget-column-3 { display:none !important;} .cols-3.widget-column-2 { width: 40%;} .menu ul { -moz-column-count: 2;}
Regards,
ChrisMarch 8, 2018 at 4:46 pm #96089Hello Chris,
The code you sent successfully disables the two sections but it doesn’t change the height of the footer. could you please have another look. Thank you in advancehttp://kbonatsos.000webhostapp.com/
March 9, 2018 at 5:55 am #96117Hi,
Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.