Home › Forums › All Other Themes › Need Help: Centering logo and footer div in responsive layout
- This topic has 10 replies, 2 voices, and was last updated 8 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
February 21, 2016 at 7:41 am #23550
Hi
We were conversing on email earlier.. I have recently bought your theme.. need your help to do the above.
Website: http://cakewalkbakehouse.in/
The logo and footer divs appear left aligned.. How can I center them?
Prompt support would definitely be appreciated!February 22, 2016 at 5:17 am #23636Waiting for your reply guys!!
February 22, 2016 at 6:27 am #23643Hi Mishi,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
@media screen and (max-width: 479px) {
.header .header-inner{text-align:center:}
#footer-wrapper{text-align:center;}
}Regards,
DaveFebruary 22, 2016 at 6:37 am #23648Thanks Dave..
It worked for the footer
But the logo image is still left aligned..
probably because the code you suggested centers text..Can you suggest an alternative to center the logo image?
February 23, 2016 at 5:11 am #23810Hi Mishi,
Add this in custom css box:
@media screen and (max-width:979px) {
.header .header-inner .logo { margin:auto; display:table;}
}Regards,
DaveFebruary 24, 2016 at 2:15 pm #24078Hi Dave..
Have applied your suggested changes.
But things not looking as they should in responsive layout.#Issue 1 – Footer for Tablet and Phone screen size (Portrait orientation)
Footer elements not properly centering
Images not centering in footer
Elements not aligning properly (in a straight line)
Elements not exactly in center#Issue 2 – for Header logo in computer screen size
Logo image appears smaller and not placed at the left#Issue 3-
Background color not appearing behind sidebar in Tablet and Phone screen size landscape layout#Issue 4 – Pleasure box and product box
Boxes not equally sized in different screen sizes (Tablet and Phone Portrait and Landscape, IE in computer screen size)#Issue 5 – Page: http://cakewalkbakehouse.in/exotic-desserts-in-bhopal/
Why do boxes appear that way in Portrait layout (Tablet and Phone screen size)? All over the place.I will be happy to share login details with you.. Please help me set up my website properly.
February 25, 2016 at 10:54 am #24224Okay, Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveFebruary 25, 2016 at 3:47 pm #24288Have just sent you login details through your contact form.. Please revert back with solutions ASAP
February 26, 2016 at 7:51 am #24381Hi Mishi,
This issue was resolved from our end. Kindly check and confirm.
Logo image size is small hence it can not be increased.
Regards,
DaveFebruary 27, 2016 at 5:41 am #24546Hi Dave
Sorry but all issues have not been resolved..
Issue 1: Footer elements alignment : still exists with iPAD portrait layout
Issue 3: Sidebar background : still exists with iPAD landscape layoutPlease check and revert.
February 29, 2016 at 11:47 am #24759Hi Mishi,
This issue was resolved from our end. Kindly check and confirm.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.