Under the name of the site, for example Business, there is a short description. Where can I locate this description in css style and change the size of the font, some letters are covered by the menu. Thank you

Issue fork business-2472047

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Subhransu.addweb’s picture

I have setup similar scenario of issue in my local system and changed font-size but nothing reflected in menu. Can you please elaborate more to replicate this issue.

Thanks!

shyamcse09’s picture

Status: Active » Postponed
FileSize
37.79 KB

Attached a screenshot of the issue, I hope this is the one you are referring, if so I don't think its a valid issue on Corporate theme.

imshivani’s picture

FileSize
138.7 KB
186.56 KB

I produced the issue on Drupal 7.x-dev. It's not a valid issue. But, if you want the menu links not to cover the site description, then you can give it a padding-top of 10px and increase or decrease the font size. This is what I did to fix the issue is:

#sitename p {
font-size: 16px;
padding-top: 10px;
}

Default font-size was 12 px. I increased it to 16px. I'm attaching the screenshots of before and after the issue fixing.

Thanks

vidit.anjaria’s picture

Assigned: Unassigned » vidit.anjaria
vidit.anjaria’s picture

Assigned: vidit.anjaria » Unassigned
Status: Postponed » Needs review
FileSize
652 bytes

I am providing patch for the same.

imshivani’s picture

Status: Needs review » Reviewed & tested by the community

@vidit.anjaria Your patch is working fine for me.

kunal_sahu made their first commit to this issue’s fork.

kunal_sahu’s picture

I have create an MR. Please merge. Thanks

  • 5195a0e0 committed on 7.x-1.x
    Issue #2472047 by vidit.anjaria: site description font size
    
Gauravvvv’s picture

Thank you for working on this issue. committed to 7.x-1.x

@kunal, The patch had already been applied, so there is no requirement for a merge request (MR).

Gauravvvv’s picture

Status: Reviewed & tested by the community » Fixed
Gauravvvv’s picture

Status: Fixed » Closed (fixed)