Home › Forums › Construction Pro/Build Forum › Issued with Responsive (section 1)
- This topic has 5 replies, 2 voices, and was last updated 7 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
July 13, 2017 at 4:11 pm #78241
Hi,
I am building a site with SKT Construction Pro, and I came to an unusual error. It seems that Section 1 of my homepage presets does not respond correctly to screen size changes; its not responsive.
While the remaining “sections” (Dashboard> appearance> Theme Options> sections) seems to be fine so far, section 1 fails to retain proper size. On tablet and on phone, there is extra space on the right. On desktop, if you decrease the window width, the section responds well initially, but then it snaps to a smaller size leaving empty space.
My site is called: samirsigns.com
Any idea what the issue might be?
PS: This problem did NOT exist on the free or “Lite” version of the site.
July 14, 2017 at 4:49 am #78259Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .panel-grid.panel-no-style, .panel-grid.panel-has-style .panel-row-style { display:block !important;} #footer-wrapper iframe { width:100%; box-sizing:border-box;} }
Regards,
ChrisJuly 14, 2017 at 5:30 am #78265Hi Chris,
Thank you for the code, I followed the instructions and it seems to work. On mobile, the size looks good. On desktop PC full screen, the size looks good also. However, error I describe before is still there. Sizes between the short width of a phone, or the wide width of a PC still have the same error. To demonstrate the error, if you take the browser page and slowly decrease the width. You will see that section 1 breaks and looks ugly, until the window gets very small and then it snaps back and looks better.
I posted screen shots here: https://www.dropbox.com/s/ivp6ppjsi2vb9bw/website%20responsive%20error.docx?dl=0
Can you recommend anything please.
Thank You
July 14, 2017 at 6:34 am #78280Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#wrapOne .panel-grid.panel-no-style, .panel-grid.panel-has-style .panel-row-style { display:inline-block;} #wrapOne #pgc-2-0-0, #wrapOne #pgc-2-0-1 { float:left;}
Regards,
ChrisJuly 14, 2017 at 1:11 pm #78320Wonderful!
Thank you Chris, the website seems to function appropriately now. I appreciate the help, and I recommend this code be added to the raw file for the theme so the next customer will not experience the same problem.
Thank you again!
July 14, 2017 at 1:29 pm #78321Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/8/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.