Hi ,

I have a blog www.learnfromgeek.com , in the footer i have created a block for terms and conditions it gets displayed as in screenshot 1 (attached) . but i want it to be displayed as in screen shot 2 , is there any way of achieving it ?

Please help .

Regards

J P Joshua

CommentFileSizeAuthor
#4 footer-menu.patch307 bytesBhumikaVarshney
2.png10.29 KBjpjoshua
1.png9.04 KBjpjoshua
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jpjoshua’s picture

Category: Support request » Feature request
Avani.addweb’s picture

Please add below code in your css file:

#footer .menu {
        display: inline-block;
        width: 100%;
}
#footer .menu li {
        float: left;
        width: 25%;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

Let me know if you have any query/concern regarding the same.

oadaeh’s picture

Thanks for the information, Avani.

BhumikaVarshney’s picture

Status: Active » Reviewed & tested by the community
FileSize
307 bytes

Please apply the below patch

oadaeh’s picture

Status: Reviewed & tested by the community » Needs review

@BhumikaVarshney you should not mark your own patches as Reviewed & tested by the community, and you should provide some information about your patch, describing how it is different from the previous recommendation & why it should be applied over the other one, especially as it is rather different from the previous recommendation.

BhumikaVarshney’s picture

As in "I am still learning how to contribute on Drupal.org, so I wasn’t much sure about the issue queue life cycle. Me and my team are very actively working on all the Marinelli theme issues and trying to close all the issues which have been pending and unattended from long time.
So plan is to quickly analyze issue queue, push if the issue and the fix provided is genuine. In case somebody had any query, we are posting answers and closing the issue.
Thanks for all the help. All the feedback will be appreciated and good learning lesson for me."

gaurav.kapoor’s picture

Status: Needs review » Fixed

The CSS provided resolves the issue and is a useful addition, also in accordance with minimal development and maintenance in D7 branch.

gaurav.kapoor’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.