Remove space below footer

I purchased a Muse template to develop my website and I didn't need every section, so I removed one of them.
Now I have a ton of white space and I have search and tried every suggestion I could find on these forums, but cannot get it removed.
You can see the space below the black footer. Any remedies for this issue? You would think this would be easy.

Hi Kris,
There are two things that you need to test here -
1. Reduce the Min Height of the page and see if that makes any difference.
2. Press Ctrl + A/Command + A to select all on the page and see if there is an empty text frame or rectangle towards the bottom of the page that you are not able to locate otherwise.
Make sure to check this on the Master page as well as the page in question.
- Abhishek Maurya

Similar Messages

  • How to remove space below text?

    In the screenshot below, how to remove space below text? I simply added a text box using the type tool and I get that extra space bellow the letter "B" that I don't need. I want to remove that space to center the letter within the octogon.
    Thanks!

    You might consider giving the letter a negative baseline shift and aligning it to centre.
    That way you can adjust it so that its anchor point coincides with the centre of the hexagon.
    Like this:
    Another thing: You may find it easier working with type if you hide bounding boxes.

  • How to remove space below the table in smartforms

    how to remove space below the table in smartforms

    maintain a loop counter for item say count
    and in text editer write
    if count > 6
      new-page.
    endif.

  • White space below footer due to Relative Positioning?

    I'm pretty new to coding. I'm learning how to do a responsive website and everything is working, EXCEPT for the huge blank space below the footer at the largest screen resolution. I know it is because of the relative positioning I used for the "samples" section. I know this question has been asked before. I've tried the suggestions, but cannot seem to get it to work. I cannot figure out a way to accomplish having the "samples" section at the spot I want without using relative positioning. I've tried "float" to no avail.
    Everything is working, except for the huge space below the footer at the largest screen size for my responsive page.
    Instead of pasting my .html and 3 .css files here, here is my site of which you can right click and "view page source" to get all the code. Don't want to make my question look too long!
    Here: grc198.orijenaldesigns.com
    Any help would be much appreciated!

    Hi,
    Please share the URL of the web site.
    Regards,
    Abhishek Maurya

  • Having problem with extra space below footer (sticky footer already checked)

    Hi there, im having this problem after updated my adobe muse cc. For some reason there is extra space below the footer.
    It looks fine when i try to view them offline, but when I upload them, the extra space appears. Here's the url for both of the website with extra space below
    1. http://unionvisual.web.id/home-page.html
    2. PT-Smas

    Hi there
    Thx for your reply, is here i upload my screenshot
    and here

  • Extra Space below footer

    I'm creating my first site in Muse and so far enjoying the process but I can't get my footer to stick to the bottom of the browser window. It looks fine in design mode but when I preview or open the site in my browser there is extra white space below the footer. I've noticed others on the forum have had the same issue. So far I have not seen a resolution or work around. Is this a bug or am I doing something wrong? I made sure the footer option was checked and I've tried adjusting the page and browser handles but I can't seem to correct the problem.
    Here is the Design View
    Here's what it looks like when I open it in my browser.

    In the Edit HTML window how do I specify that I want the animation to loop?
    Are there samples of HTML code to control some of the simple functions?
    Thanks,
    David [email protected]

  • Removing spaces in a value

    What is the easiest way to remove the spaces form a string or replace them with underscore i.e. change "The red car" to "Theredcar" or "Theredcar"?
    Thanks.
    Pedro

    I realize you have a lot of excellent responses to this question already!! Some serious AppleScript-gun-slinging going on in this thread, I like!!
    Just to throw another method into the mix:
    <pre style="margin:0px;padding:5px;border:2px dotted green;width:630px; height:auto;color:#ffffff;background-color:#000000;overflow-x:auto;overflow-y:h idden;font-family:Verdana, Monaco, monospace;font-weight:bold;font-size:12px;"
    title="Copy this text and paste it into your Script Editor application.">set theDog to display dialog "Enter the text to manipulate below:" default answer ¬
    "The red car" buttons ¬
    {"Cancel", "Remove Spaces", "Replace With Underscores"} default button 3
    set {theText, theButton} to {text returned of theDog, button returned of theDog}
    if theButton is "Remove Spaces" then
    set theDelimiter to ""
    else
    set theDelimiter to "_"
    end if
    do shell script "echo " & quoted form of theText & ¬
    "|awk 'gsub(\" \",\"" & theDelimiter & "\") {print}'"</pre>
    Now you've got plenty to choose from and all these different approaches serve their own great purpose!! Happy scripting! Remember, there are always many different ways to achieve the results you're looking for.

  • Removing spaces in column names

    Hi
    I have imported a number of tables from a legacy db. The column names in tables have spaces in them. Is there a script I can run to remove spaces from column names in all tables?
    Thanks
    Regards

    First of all, I do not agree with the concept of changing the column names. There is a good chance of breaking your code, if the table has been referred in procs/functions etc.
    One good method would be, import the tables from legacy db into staging and then insert into your actual tables by mapping the tables correctly where your actual table would not have the [space].[Here, I assume your procs/functions etc refer only your actual
    tables not staging tables].
    OR, if you are looking for a plain logic, then use the below:
    The below script wont execute the change, but just would give the statements to be executed to make the column modifications. This is intentional, because this is not a good practice and you can verify the objects and scripts rather than executing it directly.
    create table test_table([column test space] int)
    --select * From test_table
    --Script to do the change in column name
    select 'EXEC sp_rename '''+ B.name+'.'+a.name +''', '''+replace(a.name,' ','') +''', ''COLUMN''' from sys.columns A
    Inner join sys.tables B on A.object_id = B.object_id and OBJECTPROPERTY(b.object_id, N'IsUserTable') = 1
    where
    system_type_id in
    (select system_type_id From sys.types ) and charindex(' ',a.name)<>0
    EXEC sp_rename 'tbl_apas_t_tech.application id', 'applicationid', 'COLUMN'
    EXEC sp_rename 'test_table.column test space', 'columntestspace', 'COLUMN'
    Drop table test_table
    EDIT: Formatting...

  • What does this code do? Causing xtra space below Flash

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="538" height="146" id="FlashID4" title="debt solutions">
    I have spaces below every SWF file. But when I remove this - it goes away. (Shows up in FireFox)
    What will happen with this deleted? I don't SEE any visual difference, but not sure what functionality it provides. As always, THanks!

    Hi
    This is the active-x code required for the flash player in IE, removing it will stop the flash working in the IE browser.
    PZ

  • Xtra space below flash file

    I've checked all my height values... I deleted both graphics
    on either side to pinpoint my problem. Appears that the flash file
    is adding the extra space below. I've tried it in a table, out of a
    table, in it's own cell, etc. As soon as I add in the flash, I get
    the extra space. I've confirmed the file is 271 pixels high....
    then I put it in a cell 271 high, nothing is working! Please view
    at
    http://www.duenorthdesign.com/micoley/index.html

    OK, I fixed it. BUT after wasting 5 hours of my (unbillable)
    time, can sometime tell me WHY when deleting all spacing between
    tags in the code and running everything in one line (found this
    reference online)... why would that matter? What concerns me is
    that you can do things correctly and then simply removing spaces
    between the "<><>" tags makes it work? I'm stressed and
    would like to know how this can make a difference. Thanks

  • Some text in my smartform is not aligned or one space below

    Hello Experts,
    I am currently modifying a smartform wherein some of the text is
    one space below its correct alignment. For example:
    Particulars      Quantity     Price
                       50         
    Enervon Prime                 1,000
    The 50 must be aligned with the particular and price. When I checked the
    form, it doesnt have anyspace and the variable is inserted immediately. No spaces
    or indentions whatsoever. Help would be greatly appreciated guys as this is very urgent.
    Thank you and take care!

    Hi Kishan,
    Thank you for your reply. What do you mean check the length of the
    variable? And Also, what about for others that instead of displaying
    one space below, it shows one space above? like:
                 5000
    Enervon                1,000
    The quantity 5000 must be in line with Enervon and 1,000. Thank you again!

  • How to remove Header and Footer from Flat File

    Hi,
    In a scenario , we are going to recieve a flat file which will contains header , footer and data. We have to have to load data in Oracle tables and remove header and footer.
    once the data load is complete , we have to delete flat file from source directory.
    Please help me in solving this issue.
    Thanks,
    Kamlesh

    You have a header parameter in the file datastore. You can provide any number to skip rows from top of the file. For footer you can create a filter in staging area.
    Filter coould be something like this.
    where source_alias.source_column not like '%FOOTER_OR_ANY_VALUE_AS_PER_YOUR_REQ'

  • Remove Header and footer from Word Docs

    Is it possible to remove the header/footer from Word docs?
    The html output from ctx_doc.markup gets the header/footer and (specialy)page numbers all messed up.
    []'s
    thanks

    Please define 'messed up'. I'll reproduce here and then try to find a cause/solution. I checked a couple of other forums and Metalink with no good discussion on the topic.
    -Ron

  • Remove header and footer from blank left-hand pages

    Are there any scripts to automatically remove header and footer on a blank left-hand page for an InDesign CS3 document? I have a book with many chapters and it would be more efficient than removing them by hand.

    It's a one liner from a much longer script that does quite something else -- this is merely a side effect, a quick way to get a page range (i.e., I need the range "251-256" to appear on my first page, excluding an optional blank last one) [*].
    Perhaps I could write a full script, but for that I need a bit more information. Is your document an InDesign Book, with each chapter in a separate document? If so, any empty frame on a last leftmost page can safely be deleted. If your book is in a *single* InDesign document, this line can only be used if a left hand page has *no objects at all* -- not even an empty frame. That's the easy case -- in English "if there are no objects on the page, apply the "[None]" master. If there *is* a frame, however, it cannot be removed right away, even if it seems empty. That's because in that case you probably have inserted a page break somewhere on the previous page, and if the frame is deleted, tht page break will push off the text on the *next* page (the right hand). It also depends on what kind of page break -- as a character or as a paragraph Keep Option; Next Page, Next Frame, Next Odd Page, Next Column. Way too complicated to script right off the bat.
    All in all, applying that empty master maually is much easier :-)
    [*] Sure, I know how to use the Next Page Number trick. However, I also need the range in my XML output, and the Page Number markers do not play nice when written out in ASCII.

  • How to remove space after paragrph in pages on ipad

    Can't figure out how to remove space after each paragraph in Pages for Ipad

    Settings > General > International > Region Format
    Set it to your country to format numbers and dates in the way your country does.

Maybe you are looking for

  • Iphone 3g keeps getting temperature message.

    The phone has been getting the temperature message for 2 days now and it wont let me use is, it will only give me the option of making an emergency call. I have tried leaving it alone to "cool off" but nothing works. I also tried restoring it on my c

  • Apps won't wake up my Mac

    For a while now I have had a pretty big issue... Any application that needs to wake my Mac (for example, Awaken for alarms and EyeTV3 for recordings) just won't. This applies to ANY and ALL apps that need to wake it up. This obviously is a system wid

  • PAL or NTSC on iMovie10 ?

    Mac recent Mini/Yosemite/iMove10 How to choose between PAL and NTSC it was easy with iMovie909 ..new project,theme ,PA Lor NTSC but with iMovie 10 ?? Thanks

  • Halloween Invisibles and Design Mode

    Hmmmmm.....3.1.681 I programatically make a button visible/invisible via: setOldPart_btn.setVisible(false); and this works fine when I run the application. ( The default is invisible on instantiation of the frame ) But... SURPRISE... when I am in the

  • What roles are required with OWB?

    What are the different roles or skillsets required to implement OWB (developer, DBA, analyst, modeler)? What are most of you seeing as far as management of the OWB in general? I'm afraid this is another one of those "the DBA does that" things. What a