Blank space at the side of the page & theme for mobile & tablet
-
Hi there
how can I delete the blank space at the side of the webpage? Also, how can I make the design fit to the mobile and tablet screen – is there a css I can use for this?
Many thanks in advance
Valentina
The blog I need help with is: (visible only to logged in users)
-
Imbalance 2 offers two layout options, fluid and fixed.
Fluid means the width changes according to screen resolution (or the width of browser) your visitors use.
Fixed means the width does not change according to screen resolution (or the width of browser) your visitors use.
http://theme.wordpress.com/themes/imbalance2/Column one is the blog title and tagline; you edit them in Settings > General.
Columns two and three are for two menus; you create and load them in Appearance > Menus – instructions here: http://en.support.wordpress.com/menus/
Column four is for widgets; you add them in Appearance > Widgets.Volunteers cannot view private blogs. Please use this link https://en.forums.wordpress.com/forum/css-customization#postform so you can copy and paste your text into a thread that will appear in the CSS Forum where you will get the help you need.
-
Hi
many thanks! this helps already!
I have changed the privacy settings, now it should be public. I still can get my head around why that space on the right?
cheers
-
this is the css, not sure I am doing things right (?)
/*Size logo in the header*/
#header-image-link img {
display: none;
}#header-image-link {
display: block;
background: url(‘//thenameofthenextsong.files.wordpress.com/2014/11/cropped-logo-blog-img-page-0012.jpg’) no-repeat;
width: 1191px;
height: 842px;
zoom: 1.4;
left: 40px;
}#footer {
border: none;
}#header {
padding-bottom: 3px;
border: none;
}#branding {
min-height: 0;
}/*position Main Menu*/
#header-left {
position: relative;
width: 300%;
top: 80px;
left: 570px;
right: -400px;
}/*position Second menu*/
#header-center {
position: relative;
width: 300%;
top: 10px;
left: 750px;
right: -400px;
}/*position search widget */
#header-right {
position: relative;
width: 100%;
top: 30px;
right: -1000px;
}thanks!
-
Hey there, This is the support forum not the CSS Forum and I don’t help with CSS editing. Please use this link https://en.forums.wordpress.com/forum/css-customization#postform so create a thread that will appear in the CSS Forum where you will get the help you need.
-
- The topic ‘Blank space at the side of the page & theme for mobile & tablet’ is closed to new replies.