How to remove the gap between the text and the box of the accordion?

See example screenshot of dutchpoetpress.com:

Example of unwanted gap.png

Check it please for text overflow, also if there is no empty block or overlapping frame accordion that remove and check.

Thank you

Sanjit

Tags: Adobe Muse

Similar Questions

  • Topic 23: How to remove vertial gap between list items

    Hello
    I used the theme 23 in 4.1 and create the region of HTML with some elements of text
    My prob is the vertical gap between items in the list of selection too high,
    Please help me to decrease the gap
    Thank you.

    hlthanh wrote:
    I used the theme 23 in 4.1 and create the region of HTML with some elements of text
    My prob is the vertical gap between items in the list of selection too high,
    Please help me to decrease the gap

    Please, help us help you. Better, we can help with problems of this type if you reproduce the problem on apex.oracle.com, and you say what browser (s) and version (s) you use. This allows us to see what you see.

    Theme 23 is clearly identified as using HTML5 and CSS3. Why do you perceive an obligation to use HTML5 and CSS3? Only the latest browsers support a significant number of these features. If you and your users do not use a browser version that supports HTML5 and CSS3 used in the 23 theme features then there may be problems [1]. Essentially, this means that there is no advantage to using this theme if you do not use Safari 5, an updated version of Chrome, Firefox 4 +, Opera 11 or (maybe) IE9.

    Look in Firefox 3.5.7 and IE7 (all I have available at this place) CSS rule:

    table.formlayout td select.selectlist {
      margin: 6px 0 7px;
    }
    

    seems to be the cause of the problem. It's decidedly not CSS3, and I see no reason for this except that it is intentional that selection lists would be offset by white space more that the other controls on a form. No idea why this would be the case. (I would like to see in modern browsers more just to see if there is any substance CSS3 with this going on...)

    This extra space can be eliminated by substituting the rule later in the cascade:

    table.formlayout td select.selectlist {
      margin: 0;
    }
    

    [1] not the least of which is that we don't know exactly what features HTML5 and CSS3 23 theme uses.

  • How to remove the underlining on text links in Muse...

    Hello

    Someone knows how to remove the annoying underlining of text links in Muse. I of course, my link to have no underlining - Muse who works, but does not work once online style.

    Even better - nobody how to create a style of hover through Muse? I used to do it via Dreamweaver without problem - but have had no luck with the Muse so far.

    And is it possible to style 2 links to text in a sentence? It seems to only be able to style the entire sentence rather than just links

    If anyone can help?

    Laura

    Not to worry - it worked!

    For someone who does not know, go to file/Site properties and click on the text tab. Its all here!

  • How to remove the white space between two response reports

    How to remove the white space between two response reports

    In the section of dashboard, I have 2 rqeuest. Each query returns Table view. When I view the dashboard, it shows a blank separating 2 table views. How can I get rid of the band of white/white space?

    See this link

    Re: Remove the space between the two reports on the dashboard page OBIEE Section

    Kind regards
    Sandeep

  • How to remove the text box enclosing white

    Hello

    I am a student in multimedia and need to create a portfolio manager and would like to know how to remove the white text box when writing text? Already, I have a background and would like to have white on bakground or plain black writing, don't want the white bounding box. How can I remove that?

    Thank you

    This depends really on what type of Member of text that you used, but in general, you should select the sprite on the stage, then go to the Sprite of the property inspector tab.  Find the ink setting and change into Transparent or Matt.

  • How to remove the character within a text.

    How to remove the character within a text.
    If I have a text like: "[4, 5, 6, 3, 9]" How can I remove the commas?
    Thank you
    and Merry Christmas.

    A possible technique would be to use a repetition structure that loop until all of the commas are removed:

    on mouseUp me
     
    theString = '[4, 5, 6, 3, 9].
     
    Repeat while theString contains «,»
    thePos = offset ("," rope)
    delete theString.char [thePos]
    end repeat
     
    put the rope
     
    end mouseUp

    However, this probably isn't the most effective technique if you are dealing with very long strings.

    If you use the JavaScript syntax, you can strip characters with a regular expression.

  • How to remove the spaces of a template header

    I'm trying to work myself through the understanding of the html codes using a model dreamweaver and creating a page for my company. I used dreamweaver before CC, but I try to understand the new changes.

    I came across a problem with the fact that I'm hoping to get help.

    I tried to replace a logo placeholder on the template with my own logo. I seem to have a little space to white at the bottom of the logo when I see mode live view or a browser. How can I get rid of him. I've tried combinations of 0 margins and changing the filling, but it seems I'm just whistling in the dark. Here is the code:

    The CSS associated with this page is here:

    !-[CodeBlockStart:dec9d6ff-17ba-4058-9575-0b88476c1251]-->@charset "UTF-8"; body {make: 100% / 1.4 Verdana, Arial, Helvetica, without serif;}]   background-color: # 42413.   margin: 0;   padding: 0;   Color: #000; } / * ~ ~ Tag of the element selectors / ~ ~ * / ul, ol, dl {/ * because of variations between the browsers, it's best practices to zero padding and the margin on lists.} For consistency, you can specify the amounts you want to here, or on the list (LI, DT, DD) items they contain. Don't forget that what you're doing here cascade to the .nav list unless you write a more specific selector. * / padding: 0;   margin: 0; } h1, h2, h3, h4, h5, h6, p {margin-top: 0; / * deletion of the top margin works around a problem where margins can escape its container block.} The margin of the low rest it will take away from all of the following items. * / padding-right: 15px;   padding-left: 15px; / * adding padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any mathematical model of box. A block nested with side pads can also be used as an alternative method. {* /} an img {/ * this switch how to remove the default blue border displayed in some browsers around an image when it is surrounded by a link * / border: none ;} / * ~ ~ style for your site links must remain in this order - including the Group of selectors that create the hover effect.} ~ ~ * / a: link {color: # 42413;}   text-decoration: underline; {/ * unless that you style your links seem to be extremely unique, it is best to predict stresses quick visual identification * /} a: visited {color: #6E6C64;}   text-decoration: underline; } a: hover, a: active, a: focus {/ * this group of selectors will give a browser keyboard the same experience of hovering as the person who uses a mouse. * / text-decoration: none ;} / * ~ ~ this container fixed-width surrounds all the other blocks ~ ~ * / .container {width: 960px;}}   background-color: #FFFFFF;   margin: 0 auto; {/ * set to auto on the sides, coupled with the width available to the centres * /} / * ~ ~ the header is not given a width. It will extend to the entire width of your layout. ~ ~ * / header {background-color: #A36BE8 ;} / * ~ ~ these are the columns for layout.} (~ ~ 1) padding is only placed on the top and/or bottom block elements. The elements contained in these blocks have padding on their sides. This avoids any «mathematical model of box» Keep in mind, if you add lateral pads or border to the block itself, it will be added to the width that you set to create the * total width. You can also remove the padding of the element in the block element and place a second inner block with no width element and the necessary padding for your design. (2) no margin was given to the columns, because they all floated. If you need to add the margin, avoid placing on the side you're floating into (for example: a right margin on a block set to float to the right). Many times, padding can be used instead. For blocks where this rule needs to be broken, you need to add a statement of ' display: inline ' to the rule of the block element to tame a bug where some versions of Internet Explorer double the margin. (3) given that the classes can be used several times in a document (and an element can also have several classes applied), the columns have received the names of classes instead of IDs. For example, two blocks from the sidebar could be stacked if necessary. These can easily be changed to the ID if that's your preference, as long as you don't use them once per document. (4) If you prefer your nav on the left instead of the right, just float those columns the opposite direction (to the left instead of all rights), and they will return in reverse order. There is no need to move the blocks in the HTML source code. * / .sidebar1 {float: right;}   Width: 180px;   background-color: #C5C2B8;   padding-bottom: 10px; } content {padding: 10px 0;}   Width: 780px;   float: right; } / * ~ ~ This group selector gives the lists in the domain content space ~ ~ * / content ul, ol content {padding: 0 15px 15px 40px; / * this padding reflects the right padding in the titles and the paragraph above net.} Padding was placed on the bottom for the space between the other elements in the lists and on the left to create the withdrawal. These can be customized as you wish. {* /} / * ~ ~ The list of navigation styles (can be removed if you choose to use a contextual menu premade as Spry) ~ ~ * / nav ul {list-style: none; / * this command deletes the list marker * / border-top: 1px solid #666; / * this creates the top border for the links - all others are placed using a bottom border on the LI * / margin-bottom: 15px; / * it creates space between the following content browsing * /} nav li {border-bottom : 1px solid #666; {/ * Creates the separation of button * /} has nav, nav a: visited {/ * these selectors of grouping allows you to ensure that your links to retain their look button even after visiting * / padding: 5px 5px 5px 15px;}   display: block; / * Gives the link properties block causing it to fill the whole container LI. This causes the entire area responds to a mouse click. * / Width: 160px;  / * This width makes all the clickable button for IE6. If you do not need to support IE6, it can be removed. Calculate the width by subtracting the padding on this link of the width of your sidebar container. * / text-decoration: none;   background-color: #15EE00; } nav a: hover nav a: active, nav a: focus {/ * this changes the background and color of text for browsers of mouse and keyboard * / background-color: #ADB96E;}   color: #FFF; } / * ~ ~ Footer ~ ~ * / footer {padding: 10px 0;}   background-color: #CCC49F;   position: relative; / * This gives hasLayout IE6 to erase correctly * / clear: both; {/ * This clear property forces the .container to understand where the columns end up and contain them * /} / * HTML 5 support - sets new HTML 5 tags to display: block so browsers know how to render the tags correctly. * / section, footer, said by the way, article, header, figure {display: block ;}}

    Thank you very much for your help!

    Try this-

    What you are because space is the placeholder for the descenders of glyph on any item that is rendered in a text box (that is, an inline element). By making the image "display: block" you eliminate that space, because a block element is not top-down. If it works to your satisfaction then you can give the logo an id and creation of a CSS selector that contains this kind of block.

  • How to remove the download button located next to my home button? I continue to by clicking on it when I want the House and it's annoying.

    How to remove the download button located next to my home button?

    You can use customization feature to move it to a less irritating location. I suggest the bar the module if you keep this poster.

    Start customizing with one of these, and then drag the arrow to a new location, or in the dialog box to remove all the bars:

    • Right click on a zone empty of the tab bar > customize
    • Press the Alt key > menu view > toolbars > customize

    You will notice that some combined controls separate in the view to customize. If you put something between them, they will not be able to recombine. (For example, if you separate stop and reload or put something between front/rear and area URL.)

  • Satellite M35 Pro - how to remove the screen bezel?

    Hey everybody,

    Please help me, I was able to disassemble the computer laptop everything and now I have the screen and the top cover out as well. I don't know how to remove the display frame to remove the hinges.

    Can you please help me with this!

    Thanks in advance!

    Hello

    Well my friend, in my opinion you should not try to disassemble the laptop if you n t have the necessary experience and don t know to do this!
    You could damage other parts that you know

    You're stuck on the LCD mask?
    As far as I know the LCD mask is covered by two screws that are hidden under the joints.
    You will need to remove both seals of mask LCD, and then you could remove the two screws hidden under the seals mentioned.
    Then, you could put your fingers between the mask and the LCD screen in order to release the LCD mask plastic locks.

    But note; Be careful, don't use any force!

  • Portege M400 - how to remove the condensation of water?

    I received a second hand toshiba portege m400 mail and saw there probably a condensation of water trapped between the external display and touch screen behind her. because the screen in the upper left corner looks whitish. and the sender of the laptop said he wasn't there when he sent it. I have a picture of trapped moisture, for those who want to see it.

    so, I opened the screen by unscrewing. and I saw that most of the moisture is stuck between the external screen glas and one other layer behind him, which I guess, is the part of the touch screen. who looks inaccessible. These 2? the layers form the upperpart of the screen.

    the lcdscreen with all the electronics in this layer, form the lower part of the screen or if you want, cover. This part is now oke. He also had a condensation of water on it and I was able to gently wipe the little moisture of the lcdscreen without problem. This helped a bit with this problem.

    but moisture remains trapped between the part of the touchscreen layer and this layer of glass in the upperpart of the screen/cover.

    hoping to evaporate the moisture, I left the enlightened a bit more open for a day, I broke even the upperpart and the lowerpart of the screen. I applied a little of an infrared lamp, a remote backup heat. anything that did not help.

    * so, how can I remove the condensation of water? *

    * is there a way to remove a layer in the upperpart of the screen to reach the humidity? *

    Hello olekike

    Please don t get me wrong, but I'm afraid, you need professional with this Mr. help as I see that your question is not answered for days now, and I think that nobody here has a lot of experience with this stuff.
    View replacement OK but how to remove the condensation of water on the touchscreen is perhaps too heavy for us.

    I recommend strongly to contact the nearest Toshiba service provider and ask for help. talking with the guys what we can do about it.

  • any ideas on how to remove the software malicious zebrouss?

    any ideas on how to remove the software malicious zebrouss?

    This thing I replaces my setting of search in safari - can get rid of it - don't know who got it

    You may have installed ad-injecting malicious software ("adware").

    Do not use any type of product, "anti-virus" or "anti-malware" on a Mac. It is never necessary for her, and relying on it for protection makes you more vulnerable to attacks, not less.

    Save all data first.

    Some of the most common types of adware can be removed by following the instructions from Apple. But before you follow these instructions, you can try an automatic removal.

    If you are not already running the latest version of Mac OS X ("El Capitan"), update or upgrade in the App Store you could adware to automatically remove. If you are already using the latest version of El Capitan, you can still download the current update of the Apple Support downloads page and run it. Still, some types of malware will be deleted, not all. There is no such thing as the automatic removal of all possible malware, either by OS X third party software. That's why you can't rely on software to protect you.

    If the malware is deleted in your case, you will still need to make changes to the way you use your computer to protect you from new attacks. Ask if you need advice.

    If the malware is not automatically deleted, and you cannot remove yourself by following the instructions from Apple, see below.

    This simple procedure to detect any type of adware that I know. Disabling is a procedure distinct and better still.

    Some legitimate software is funded by advertising and may display advertisements in its own windows or in a web browser while it is running. It's not malware and it may not appear. In addition, some Web sites display advertising intrusive popup that can be confused with adware.

    If none of your web browsers work well enough to carry out these instructions, restart the computer in safe mode. Allows to temporarily disable the malware.

    Step 1

    Please triple - click on the line below on this page to select it, and then copy the text to the Clipboard by pressing Control-C key combination:

    ~/Library/LaunchAgents

    In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + v press return. Open a folder named "LaunchAgents", or you will get a notice stating that the file cannot be found. If the file is not found, proceed to the next step.

    If the folder opens, press the combination of keys command-2 to select the display of the list, if it is not already selected. Please don't skip this step.

    There should be a column in the update Finder window. Click this title two times to sort the content by date with the most recent at the top. If necessary, enlarge the window so that all the content show.

    Follow the instructions in this support article under the heading "take a screenshot of a window." An image file with a name starting in 'Screenshot' should be saved to the desktop. Open the capture screen and make sure it is readable. If this isn't the case, capture a small part of the screen indicating that what needs to be shown.

    Start a reply to this message. Drag the image file in the editing window downloading. Alternatively, you can include text in the response.

    Leave the case open for now.

    Step 2

    Do as in step 1 with this line:

    /Library/LaunchAgents

    The record which can open up will have the same name but is not the same as in step 1. In this step, the folder does not exist.

    Step 3

    Repeat with this line:

    /Library/LaunchDaemons

    This time the file will be called "LaunchDaemons."

    Step 4

    Open Safari preferences window and select the tab 'Extensions'. If the extensions are listed, post a screenshot. If there are no extensions, or if you cannot launch Safari, skip this step.

    Step 5

    If you use Firefox or Chrome browser, open the list of extensions and do as in step 4.

  • How to remove the host geniric number?

    How to remove the host geniric number?

    Hi m KUMAR,.
     
    -You receive any host related error message generic?
    -Remember you proceed with recent computer between the calendar changes when things worked fine and now?
     
    Follow the steps in the article below and check if it helps to solve this problem:
    After return with more information pertaining to the matter for us help to help you better.
  • How to remove the gray area above the top margin of 0?

    How to remove the gray area above the top margin of 0?  I try to keep my top margin to move the negative.

    Maybe I did not understand at first. try to do a select on your pages or master pages and make sure that you don't have an invisible element like a text box empty under the header.

  • How to remove the copy of an image in a pdf document

    I'm trying to figure out how to remove the copy of an image of product figure in a Board tech in PDF format.

    It is not possible to do. If the text is a part of the image, it is not possible. If it's live text superimposed on a picture, you can remove it, but you would need the full version of Acrobat and not the free player.

    Who would assume also there is no restriction on the possibility of modifying the document.

  • How to remove the decimal value (. 00) of the slider control

    Please ask me how to remove the decimal value (. 00) of the slider control and Add (if possible) % in after effects cs6.

    I guess you mean to animate text with a slider.

    Add a slider (options for expressions) to your text layer and then add this expression in your Source text:

    x = Math.Floor (effect ("Slider Control") ("Slider"));

    x+" %"

    That's all

  • How to remove hidden links (how to remove the links, ONLY the hidden parts of the document)

    in Acrobat XI-> after deletion "text hidden" using the tool 'Remove hidden information'-> links still remain in the hidden passage / cropped -> so the real question is - HOW TO REMOVE THE LINKS HIDDEN in a PDF. An approach may be to remove 'links, Actions and Javascripts' tool 'Remove' hidden information - BUT it removes links TO the WHOLE OF the DOCUMENT - "how to remove the links, ONLY the hidden parts of the document"

    Hidden text is the collection of glyphs in the PDF page using the text rendering mode 3 (no terms, no fill).

    The links set up in connection with this hidden text are not 'hidden' (this isn't how it works with annotations PDF link - see ISO 32000-1: 2008).

    Any link annotation placed in a PDF file are the same as any other annotation link (with the exception, of course, of whatever Action the link happens to).

    Thus, no special sauce for the links that were placed in conjunction with now deleted "no hidden text.

    In the context of what you wrote, maybe it's you select - Ctrl + click the link annotations of interest and press the delete key.

    Be well...

Maybe you are looking for

  • Why my iTunes uses a random filename as album art?

    Hello world I use iTunes (most recent) 12.4 and I wanted to add some radio stations online to a my new playlist of radio Stations of Radio Stations have worked so I waited until there was no work. Now my iTunes chose a random file (PDF) as the album

  • Malware affecting Sagepay on FF 10.0.2 v on Windows 7 32 bit laptop

    When I tried to pay on 2 separate websites, SagePay payment was intercepted and a Malware Popup appeared who asked for all info card including ATM NUMBER.

  • Satellite R830 - 1 H 3 - black screen

    Hello Cannot use my screen: the screen is black.I managed to connect an external display, but it's impossible to go R830 on-screen... Also, I try to putt out my battery and to restart the laptop, but the screen is still black... I'm afraid that the s

  • 800844fe msn error code

    800844fe msn error code!  E-mail address is removed from the privacy * it is ILLEGAL to msn/microsoft! 800844fe msn error code!  E-mail address is removed from the privacy * it is ILLEGAL to msn/microsoft! I'm on Win7 and use outlook express.  I am l

  • change suddenly in the front and back with Word 2010 and JO 8600 Pro printer

    I have been successfully using Word 2010 and my Officejet Pro 8600 - to set duplexing if necessary. I used printing without margins to print 8.5 X 11 brochure and was happy with the result (no white space on both sides). However, this somehow messed