Home › Forums › Construction Pro/Build Forum › content width
- This topic has 6 replies, 2 voices, and was last updated 6 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
December 10, 2017 at 10:31 pm #89311
Dear Support,
From where I can increase the width of the content to match exactly the menu width to avoid the attached padding? The theme i have is the construction pro. the attachment is:
https://ibb.co/mn0OaG
December 11, 2017 at 1:00 pm #89357Hi,
Kindly show us your website URL so that we can assist further.
Regards,
BradDecember 11, 2017 at 1:05 pm #89361Hi the site is www.red.com.mt/my
December 11, 2017 at 1:15 pm #89368Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.site-main { width:850px;}
Regards,
BradDecember 11, 2017 at 2:25 pm #89386thanks Brad, working great. How I can add some more space between the top logo and the top edge of the same page?
December 11, 2017 at 7:55 pm #89399Dear Brad, on my first reply, I told you that it worked great but now I am testing the site preview on mobile phone and shows that the website becomes “scrambled” on mobile device as you can see on the image attached.
I also added the padding-top code to make more clearance from the top to the logo.
.header .header-inner .logo { text-align:center; padding-left:0; padding-top:20px 0;}
but the telephone and email icons loose their alignment. how we can align everything in the middle? even on mobile devices, all the information becomes confused.
https://ibb.co/mDWOsw
December 12, 2017 at 5:14 am #89407Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header .header-inner .logo { padding-top:20px;} @media screen and (max-width:767px) { .header .header-inner, .header_row, .header_row .column-1 { width:100%;} .header_row .column-1 i { font-size:20px;} .header_row .phone-email-info { width:84%;} }
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.