- This topic has 14 replies, 2 voices, and was last updated 10 years, 1 month ago by Sakin.
-
AuthorPosts
-
September 22, 2014 at 8:00 am #44286mindiapolisMember
Hi, on http://siteservicesunlimited.com/Abortion/ how can I make the content area wider? The same would be true for the contact us page.
September 22, 2014 at 8:05 am #44287mindiapolisMemberAlso, if you hover over the about us menu option, that dropdown menu seems awfully tall. Is there anyway to shrink it down a little?
September 22, 2014 at 9:20 am #44292SakinKeymaster@mindiapolis: That width issue is there as you have added the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 981px) { .container { width: 950px; } #primary { width: 360px; margin-left:70px } }
Remove that and it will be fine.
About the drop down menu. Can you explain what you mean. Which height you are talking about. Do you mean menu item height or menu parent item height.
September 22, 2014 at 9:02 pm #44335mindiapolisMemberI removed that css block code but nothing changed.
The menu under the about us link. . . there seems to be too much space between who we are and why donate.
September 23, 2014 at 12:36 am #44357SakinKeymaster@mindiapolis: The width of your page http://siteservicesunlimited.com/Abortion/ has been changed. If you want full width no sidebar, then you need to edit that page and change the “sidebar Layout” to “No sidebar, Full Width”.
Again for menu, yes I understand that you are talking about the Sub-menu under the about us. But which height you are talking about. If the space between about us and the red background, or height between Who We Are and Why Donate. If possible send the screenshot.
September 23, 2014 at 12:47 am #44359mindiapolisMemberI do want a sidebar on that page but I want “this website. . . ” paragraph to take up the wdth of the page under the sidebar. Does that make sense?
I’m talking about the space between who we are and why donate.
September 23, 2014 at 11:52 pm #44508SakinKeymaster@mindiapolis: For menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-right .widget ul.menu ul.sub-menu { padding-bottom: 0; padding-top: 0; } #header-right .widget ul.menu ul.sub-menu li a { padding: 5px; }
September 24, 2014 at 12:02 am #44514mindiapolisMemberOk, sounds good. But what about the issue on the homepage? I do want a sidebar on that page but I want “this website. . . ” paragraph to take up the wdth of the page under the sidebar. Also, can the contact info go under that paragraph on the left and the social media icons directly across from the contact info?
September 24, 2014 at 12:54 am #44534SakinKeymaster@mindiapolis: To make your homepage content with 100% and sidebar below, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.home #primary { width: 100%; }
You contact info and all looks confusing and bit out of regular support, so I suggest you to hire customizer http://catchthemes.com/hire-customizer/ and work on it.
September 24, 2014 at 1:16 am #44539mindiapolisMemberFirst, thank you for the suggestion, but I’m not hiring a customizer so please stop suggesting that.
Second, I think there was a misunderstanding. I want the “usually a pregnancy. . . ” And the events section beside each other then below those two things I want the “this website. . . ” to be the full width of the page then below that on the left I want the contact info and directly to the right of that I would like the social media icons. Is this layout possible?
September 24, 2014 at 1:24 am #44542SakinKeymaster@mindiapolis: Sorry but when there is support that we cannot give it properly we recommend it. As our free service is not dedicate and advance. So, wanted to give you option.
About the footer Areas text, I have already suggested previously. Then when you use Footer Area one and Footer Area two then it will be divided into 50% each. So to make the full width, you need to move your Social Widget from Footer Area Four to Footer Area one below your text widget.
Then after moving the social icon and your text widget to same Footer Area One then you can add the following css in “Appearance => Theme Options => Custom CSS” to make your social icon to the right under the text.
#footer-sidebar .widget_adventurous_social_widget { float: right; }
September 24, 2014 at 7:44 am #44591mindiapolisMemberthat’s much closer although could the contact information and social media icons be on the same line?
September 24, 2014 at 10:47 pm #44679SakinKeymaster@mindiapolis: You can reduce the space between social media icon and footer contact information but cannot be made in same line.
September 26, 2014 at 7:39 am #44866mindiapolisMemberoverall can I make the footer section thinner?
September 27, 2014 at 1:53 am #44931SakinKeymaster@mindiapolis: ok add the following css in “Appearance => Theme Options => Custom CSS” box.
#site-generator { display: none; } #supplementary .widget { margin-bottom: 0; }
-
AuthorPosts
- The topic ‘width question’ is closed to new replies.