Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #44286
    mindiapolis
    Member

    Hi, on http://siteservicesunlimited.com/Abortion/ how can I make the content area wider? The same would be true for the contact us page.

    #44287
    mindiapolis
    Member

    Also, if you hover over the about us menu option, that dropdown menu seems awfully tall. Is there anyway to shrink it down a little?

    #44292
    Sakin
    Keymaster

    @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.

    #44335
    mindiapolis
    Member

    I 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.

    #44357
    Sakin
    Keymaster

    @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.

    #44359
    mindiapolis
    Member

    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. Does that make sense?

    I’m talking about the space between who we are and why donate.

    #44508
    Sakin
    Keymaster

    @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;
    }
    #44514
    mindiapolis
    Member

    Ok, 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?

    #44534
    Sakin
    Keymaster

    @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.

    #44539
    mindiapolis
    Member

    First, 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?

    #44542
    Sakin
    Keymaster

    @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; }

    #44591
    mindiapolis
    Member

    that’s much closer although could the contact information and social media icons be on the same line?

    #44679
    Sakin
    Keymaster

    @mindiapolis: You can reduce the space between social media icon and footer contact information but cannot be made in same line.

    #44866
    mindiapolis
    Member

    overall can I make the footer section thinner?

    #44931
    Sakin
    Keymaster

    @mindiapolis: ok add the following css in “Appearance => Theme Options => Custom CSS” box.

    #site-generator {
        display: none;
    }
    #supplementary .widget {
        margin-bottom: 0;
    }
Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘width question’ is closed to new replies.