I have a few questions regarding settings for the mobile version of the theme.
1) Is there a mobile version? Is it modifiable?
2) Currently it is showing the menu vertically, then the body, then the right side bar. Is there a setting or a way to adjust this? Can we allow mobile users to view the desktop version?
3) On the desktop version of the site I added a custom logo and the header was overlapping, so I adjusted the site title and description by setting up relative positioning like this:
#site-title {
position: relative;
top: 0px;
left: 150px;
}
#site-description {
position: relative;
top: 0px;
left: 150px;
}
Well, this has messed up the mobile version and caused it to not fit on the screen properly. Any suggestions?